From 3019ee5655a3271bb8197103b9f5aaa85766328f Mon Sep 17 00:00:00 2001 From: Skylot Date: Tue, 19 Mar 2019 21:22:28 +0300 Subject: [PATCH] build: check secret variable to skip deploy on pull requests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b1ee63d8..73e6ca136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ jobs: include: - stage: deploy-unstable jdk: openjdk8 - if: branch = master AND env(BINTRAY_USER) IS present + if: branch = master AND env(BINTRAY_KEY) IS present script: bash scripts/travis-master.sh - stage: deploy-release