From e7712bf122959609ece6e736d2196af58f94d440 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Thu, 10 Dec 2015 11:04:32 -0500 Subject: [PATCH] Travis updates * No need to reference .settings.xml as it is picked up automatically * Switch to force snapshot updates on PR builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f34f56de8..bcd2f87b3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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'