Repository: syncope Updated Branches: refs/heads/SYNCOPE-652 aa11f4029 -> 9e6f87e5d
Experimenting with Travis: cache Maven home + attempy setting MAVEN_OPTS Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/9e6f87e5 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/9e6f87e5 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/9e6f87e5 Branch: refs/heads/SYNCOPE-652 Commit: 9e6f87e5da41ebd5466bf522099d3745b35703a4 Parents: aa11f40 Author: Francesco Chicchiriccò <[email protected]> Authored: Sun Aug 2 16:01:43 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Sun Aug 2 16:01:43 2015 +0200 ---------------------------------------------------------------------- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/9e6f87e5/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 298c67a..4ec5ae7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ jdk: # 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 -script: mvn --show-version --quiet clean install -Dinvoker.streamLogs=true +script: + - sudo rm /etc/mavenrc + - export MAVEN_OPTS="-Xmx2469m -XX:MaxPermSize=512m" + - mvn --show-version --quiet clean install -Dinvoker.streamLogs=true notifications: webhooks: http://rovere.tirasa.net/cgi-bin/travis.cgi
