Skip to content

Commit

Permalink
Travis: Maven download link changed
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Jun 13, 2016
1 parent ea7232a commit e617eb5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,8 @@ 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
- wget http://ftp.wayne.edu/apache/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip
#- 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
Expand Down

0 comments on commit e617eb5

Please sign in to comment.