Skip to content

Commit

Permalink
mvn test
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit committed Mar 24, 2017
1 parent 94e1fc2 commit ae52b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: java

install: travis_wait 60 mvn -q clean install
install: travis_wait 60 mvn -q test

before_script:
- echo "MAVEN_OPTS='-Xmx2048M -Xss128M -XX:MaxPermSize=2048M -XX:+CMSClassUnloadingEnabled -XX:+UseConcMarkSweepGC -XX:+TieredCompilation -XX:TieredStopAtLevel=1 -XX:-UseGCOverheadLimit'" > ~/.mavenrc
Expand Down

0 comments on commit ae52b82

Please sign in to comment.