Add install of maven 3.3.9

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/958483c8
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/958483c8
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/958483c8

Branch: refs/heads/master
Commit: 958483c89c5490fff3cfb75e92a9f6eb62b69e0a
Parents: 4abb899
Author: Joey Frazee <jfra...@apache.org>
Authored: Sat Jan 14 16:53:53 2017 -0600
Committer: Joey Frazee <jfra...@apache.org>
Committed: Sat Jan 14 16:53:53 2017 -0600

----------------------------------------------------------------------
 .travis.yml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/958483c8/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0581dc8..d0ac83f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,6 +24,10 @@ cache:
     - $HOME/.m2
 
 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 PATH=$PWD/apache-maven-3.3.9/bin:$PATH
+  - export MAVEN_SKIP_RC=true
   - export MAVEN_OPTS="-Xmx2g $MAVEN_OPTS"
 
 jdk:

Reply via email to