Skip to content

Commit

Permalink
Retry downloading of Maven wrapper in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kokosing committed Mar 12, 2019
1 parent fe4271c commit c63bbe5
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 @@ -38,7 +38,7 @@ git:
quiet: true

install:
- ./mvnw -v
- travis_retry ./mvnw -v
- |
if [[ -v TEST_SPECIFIC_MODULES ]]; then
./mvnw install $MAVEN_FAST_INSTALL -pl $TEST_SPECIFIC_MODULES -am
Expand Down

0 comments on commit c63bbe5

Please sign in to comment.