Repository: mahout Updated Branches: refs/heads/master 9c064b32b -> 9fcebb0ef
(nojira) .travis.yml add travis_wait for timing out tests, use some settings from jenkins as MAVEN_OPTS Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9fcebb0e Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9fcebb0e Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9fcebb0e Branch: refs/heads/master Commit: 9fcebb0efcea1f04e4c1cf4a40f12e907a79e80a Parents: 9c064b3 Author: Andrew Palumbo <[email protected]> Authored: Tue Apr 19 19:07:45 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Tue Apr 19 19:07:45 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/9fcebb0e/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 6072b26..c88251d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: env: global: - JAVA_OPTS=-Xmx6g + MAVEN_OPTS="-Xmx32g -Xms256m -XX:MaxPermSize=512m" before_install: - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip @@ -34,5 +34,6 @@ before_install: - export M2_HOME=$PWD/apache-maven-3.3.9 - export PATH=$M2_HOME/bin:$PATH +install: travis_wait mvn -B clean install test
