Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Commit

Permalink
Temporarily add -U to mvn to force fetch just merged infrautils change
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger committed Oct 11, 2018
1 parent 28b91f7 commit d6c1d68
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 @@ -12,7 +12,7 @@ jdk:
install: true

script:
- mvn -s .travis-maven-settings.xml clean package -B -V
- mvn -U -s .travis-maven-settings.xml clean package -B -V

deploy:
provider: releases
Expand Down

0 comments on commit d6c1d68

Please sign in to comment.