Skip to content

Commit

Permalink
Merge pull request mojohaus#68 from mojohaus/reactivate-mvn-versions
Browse files Browse the repository at this point in the history
Use maven-wrapper again
  • Loading branch information
batmat authored Nov 30, 2018
2 parents 989635c + e6f4ba4 commit 11b2094
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ jdk:
- openjdk11
- openjdk-ea
install:
- "mvn --show-version --errors --batch-mode validate dependency:go-offline"
script: "mvn --show-version --errors --batch-mode clean verify"
- "mvn -N io.takari:maven:0.4.3:wrapper -Dmaven=${MAVEN_VERSION} -Dhttps.protocols=TLSv1.2"
- "./mvnw --show-version --errors --batch-mode validate dependency:go-offline"
script:
- "./mvnw --show-version --errors --batch-mode clean verify"
cache:
directories:
- $HOME/.m2
Expand Down

0 comments on commit 11b2094

Please sign in to comment.