From f10b631d76c34908ea1adcb41bcf1d71a184e0ba Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 26 Oct 2019 11:39:16 +0200 Subject: [PATCH] [ci] Only execute deployment provider under linux Previously it had also been executed under the macosx build, see https://travis-ci.org/pmd/pmd/jobs/585148459#L6700 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11569aa02e..c46f4a31de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,7 @@ deploy: on: tags: true repo: pmd/pmd - condition: "${TRAVIS_SECURE_ENV_VARS} = true && ${BUILD} != sonar && ${BUILD} != coveralls" + condition: "${TRAVIS_SECURE_ENV_VARS} = true && ${BUILD} != sonar && ${BUILD} != coveralls && ${TRAVIS_OS_NAME} = linux" after_deploy: bash .travis/release.sh notifications: