DATACMNS-1062 - We now run the Maven build with -U on Travis.
That's to make sure we always see latest changes in esp. the build parent.
This commit is contained in:
@@ -24,7 +24,7 @@ sudo: false
|
||||
|
||||
install: true
|
||||
|
||||
script: "mvn clean dependency:list test -P${PROFILE} -Dsort"
|
||||
script: "mvn clean dependency:list test -P${PROFILE} -Dsort -U"
|
||||
|
||||
notifications:
|
||||
slack:
|
||||
|
||||
Reference in New Issue
Block a user