Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
updated maven version
  • Loading branch information
jreimone committed May 27, 2017
1 parent 1b894d6 commit d5fa705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ jdk:
- oraclejdk8

install:
# this is needed to ensure that build is run with maven 3.3.9, so that polyglot projects are supported
- mvn -N io.takari:maven:wrapper -Dmaven=3.3.9
# this is needed to ensure that build is run with maven 3.5.0, so that polyglot projects are supported
- mvn -N io.takari:maven:wrapper -Dmaven=3.5.0

script:
# 'mvnw' is the versioned maven wrapper, which was downloaded in the previous install step
Expand Down

0 comments on commit d5fa705

Please sign in to comment.