(nojira) fix double install entry in .travis.yml. also fix unreasonable memory request
Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/48f05d6c Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/48f05d6c Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/48f05d6c Branch: refs/heads/master Commit: 48f05d6c0cc7790810225e138239b4b8418c2979 Parents: 3fe0061 Author: Andrew Palumbo <[email protected]> Authored: Tue Apr 19 19:27:23 2016 -0400 Committer: Andrew Palumbo <[email protected]> Committed: Tue Apr 19 19:27:23 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/48f05d6c/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index c88251d..1deecb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ cache: directories: - $HOME/.m2 -install: true +install: travis_wait mvn -B clean install language: java @@ -26,7 +26,7 @@ notifications: env: global: - MAVEN_OPTS="-Xmx32g -Xms256m -XX:MaxPermSize=512m" + MAVEN_OPTS="-Xmx6g -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,6 +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 +
