travis-ci: update location of travis-settings.xml

This commit is contained in:
Paul Campbell 2017-05-28 16:29:56 +01:00
parent 3a9670ad85
commit c8578b4659

View file

@ -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