Repository: syncope Updated Branches: refs/heads/master 3b59f3a1f -> abfd44d90
Fixing OutOfMemory during build with Travis Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/abfd44d9 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/abfd44d9 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/abfd44d9 Branch: refs/heads/master Commit: abfd44d9079d2ab7bf6b0825fc2880fb8163d953 Parents: 3b59f3a Author: Francesco Chicchiriccò <[email protected]> Authored: Mon Feb 16 09:29:36 2015 +0100 Committer: Francesco Chicchiriccò <[email protected]> Committed: Mon Feb 16 09:29:36 2015 +0100 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/abfd44d9/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 0e6f5c4..4765291 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,8 @@ language: java jdk: - openjdk7 +env: + - MAVEN_OPTS="-Xms512m -Xmx1024m -XX:PermSize=256m -XX:MaxPermSize=512m" # default install is mvn install --quiet -DskipTests=true install: mvn --show-version --quiet -P all,skipTests #invoker.streamLogs: we cannot access to log files through Travis web ui, so display everything in the console
