Add -s .settings.xml back to .travis.yml maven command

This commit is contained in:
Mark Pollack
2015-12-11 17:23:24 -05:00
parent bf178360ee
commit c96c6fcd22

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 package -U -Dmaven.test.redirectTestOutputToFile=false'
- '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -U -Dmaven.test.redirectTestOutputToFile=false'