mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
travis: default script
This commit is contained in:
parent
6e6ecfb339
commit
055bb65068
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ git:
|
||||||
submodules: false
|
submodules: false
|
||||||
before_install:
|
before_install:
|
||||||
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
|
||||||
|
script:
|
||||||
|
- mvn test -B
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
Loading…
Add table
Add a link
Reference in a new issue