You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2016/06/06 09:27:35 UTC

syncope git commit: Attempting to solve Travis CI's memory issues

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 075f20058 -> f0faba515


Attempting to solve Travis CI's memory issues


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

Branch: refs/heads/1_2_X
Commit: f0faba5152e57ca9d467acad4470a1142cf7091c
Parents: 075f200
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Mon Jun 6 11:27:24 2016 +0200
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Mon Jun 6 11:27:24 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/f0faba51/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0b1cb50..2a8b796 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,6 +20,8 @@ cache:
 language: java
 jdk:
   - openjdk6
+build_install:
+  - echo 'MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m"' >~/.mavenrc 
 # default install is mvn install --quiet -DskipTests=true
 install: mvn --show-version --quiet -P skipTests
 script: