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