Repository: mahout Updated Branches: refs/heads/master 91df36918 -> 9c064b32b
NoJira: Add correct mvn version to travis.yml Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/9c064b32 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/9c064b32 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/9c064b32 Branch: refs/heads/master Commit: 9c064b32b01af5192587b4da2d0ad259b4335e83 Parents: 91df369 Author: smarthi <[email protected]> Authored: Tue Apr 19 17:18:08 2016 -0400 Committer: smarthi <[email protected]> Committed: Tue Apr 19 17:18:08 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/9c064b32/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 3c577c1..6072b26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ notifications: env: global: - JAVA_OPTS=-Xmx2g + JAVA_OPTS=-Xmx6g before_install: - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
