trying out profile-driven build

This commit is contained in:
Eugen Paraschiv
2018-07-18 23:37:33 +03:00
parent 660579058f
commit a739a05414
2 changed files with 224 additions and 285 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ before_install:
- echo "MAVEN_OPTS='-Xmx2048M -Xss128M -XX:+CMSClassUnloadingEnabled -XX:+UseG1GC -XX:-UseGCOverheadLimit'" > ~/.mavenrc
install: skip
script: travis_wait 60 mvn -q install
script: travis_wait 60 mvn -q install -Pdefault
sudo: required