Travis updates

* No need to reference .settings.xml as it is picked up automatically
* Switch to force snapshot updates on PR builds
This commit is contained in:
Mark Pollack
2015-12-10 11:04:32 -05:00
parent a4fe3efaef
commit e7712bf122

View File

@@ -12,4 +12,4 @@ install: true
# is for a normal branch commit. When the build is for a pull request, it will
# contain the pull requests number.
script:
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -nsu -Dmaven.test.redirectTestOutputToFile=false'
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw package -U -Dmaven.test.redirectTestOutputToFile=false'