Repository: mahout Updated Branches: refs/heads/master 8e6053398 -> 91df36918
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/91df3691 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/91df3691 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/91df3691 Branch: refs/heads/master Commit: 91df36918221dcf6f553c8d51c4dbf4d14180fee Parents: 8e60533 Author: smarthi <[email protected]> Authored: Tue Apr 19 17:01:36 2016 -0400 Committer: smarthi <[email protected]> Committed: Tue Apr 19 17:01:36 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/91df3691/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 843fd5d..3c577c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,7 @@ env: global: JAVA_OPTS=-Xmx2g -before-install: +before_install: - wget https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip - unzip -qq apache-maven-3.3.9-bin.zip - export M2_HOME=$PWD/apache-maven-3.3.9
