Repository: mahout Updated Branches: refs/heads/master f26698dc7 -> 8e6053398
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/8e605339 Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/8e605339 Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/8e605339 Branch: refs/heads/master Commit: 8e605339896ae8e295f4e4029c92e5fddc96d427 Parents: f26698d Author: smarthi <[email protected]> Authored: Tue Apr 19 16:36:11 2016 -0400 Committer: smarthi <[email protected]> Committed: Tue Apr 19 16:36:11 2016 -0400 ---------------------------------------------------------------------- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/8e605339/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 1bf1e6e..843fd5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,13 +22,17 @@ git: depth: 10 notifications: - email: - - [email protected] slack: mahout:7vlbihiCBKuhEZK2610jkeeT env: global: JAVA_OPTS=-Xmx2g +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 + - export PATH=$M2_HOME/bin:$PATH +
