Skip to content

Commit

Permalink
Update .travis.yml (eugenp#1901)
Browse files Browse the repository at this point in the history
  • Loading branch information
pivovarit authored May 23, 2017
1 parent 4393cdc commit 14aea0f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@
language: java

before_install:
- export MAVEN_OPTS="-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC -XX:-UseGCOverheadLimit"
- echo "MAVEN_OPTS='-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC -XX:-UseGCOverheadLimit'" > ~/.mavenrc

install: travis_wait 60 mvn -q test -fae

sudo: required

before_script:
- echo "MAVEN_OPTS='-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC -XX:-UseGCOverheadLimit'" > ~/.mavenrc

jdk:
- oraclejdk8

Expand Down

0 comments on commit 14aea0f

Please sign in to comment.