Skip to content

Commit

Permalink
#44: trying to use the right Maven installation...
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj committed Nov 18, 2016
1 parent 1dc41cd commit cffc22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
- MAVEN=3.3.9

before_install:
- export M2_HOME=$(mktemp -d)
- export M2_HOME=/tmp/maven-${MAVEN}
- mkdir $M2_HOME
- wget -qO- https://archive.apache.org/dist/maven/maven-3/${MAVEN}/binaries/apache-maven-${MAVEN}-bin.tar.gz | tar xz --strip 1 -C $M2_HOME
- export PATH=$M2_HOME/bin:$PATH
Expand Down

0 comments on commit cffc22b

Please sign in to comment.