From c96c6fcd223145ac476373835102853e978942d9 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Fri, 11 Dec 2015 17:23:24 -0500 Subject: [PATCH] Add -s .settings.xml back to .travis.yml maven command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcd2f87b3..fb46c268f 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 package -U -Dmaven.test.redirectTestOutputToFile=false' + - '[ "${TRAVIS_PULL_REQUEST}" != "false" ] || ./mvnw -s .settings.xml package -U -Dmaven.test.redirectTestOutputToFile=false'