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:
@@ -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 request’s 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'
|
||||
|
||||
Reference in New Issue
Block a user