From c8578b46597dfe67d6e81633911030491ed7910b Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sun, 28 May 2017 16:29:56 +0100 Subject: [PATCH] travis-ci: update location of travis-settings.xml --- travis-ci/travis-deploy.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/travis-ci/travis-deploy.sh b/travis-ci/travis-deploy.sh index 72c04ef..77635d0 100755 --- a/travis-ci/travis-deploy.sh +++ b/travis-ci/travis-deploy.sh @@ -4,6 +4,7 @@ if [ "$TRAVIS_BRANCH" = 'master' ] && [ "$TRAVIS_PULL_REQUEST" == 'false' ]; the openssl aes-256-cbc -K $encrypted_e3200738ab3d_key -iv $encrypted_e3200738ab3d_iv \ -in travis-ci/codesigning.asc.enc -out travis-ci/codesigning.asc -d gpg --fast-import travis-ci/codesigning.asc - ./mvnw --projects plugin,ruleset --settings travis-settings.xml -Dskip-Tests=true -P release -B deploy + ./mvnw --projects plugin,ruleset --settings travis-ci/travis-settings.xml \ + -Dskip-Tests=true -P release -B deploy fi