Browse Source

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.
pull/214/merge
Oliver Gierke 9 years ago
parent
commit
adf8dfb7cd
  1. 2
      .travis.yml

2
.travis.yml

@ -24,7 +24,7 @@ sudo: false @@ -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:

Loading…
Cancel
Save