Repository: syncope
Updated Branches:
  refs/heads/master e10d96b33 -> 7fb3434bc


Better MAVEN_OPTS for Travis CI


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/7fb3434b
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/7fb3434b
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/7fb3434b

Branch: refs/heads/master
Commit: 7fb3434bc4c047f9c92ad7c0fcb8cf2d8625ad9c
Parents: e10d96b
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Sep 13 13:39:19 2016 +0200
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Sep 13 13:39:19 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7fb3434b/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 8877eb9..e1a2639 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ language: java
 jdk:
   - oraclejdk8
 before_install:
-  - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m"' >~/.mavenrc
+  - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:+TieredCompilation 
-XX:TieredStopAtLevel=1"' >~/.mavenrc
 # default install is mvn install --quiet -DskipTests=true
 install: mvn --show-version --quiet -P all,skipTests
 script:

Reply via email to