From 2f6388c13b13e95baca3f330e1195074bac6c0a6 Mon Sep 17 00:00:00 2001 From: Kirill Vainer Date: Sat, 29 Aug 2015 12:32:54 -0400 Subject: [PATCH] travis-ci: fix build failures on PRs / branches --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bdc1336f7..fb7588262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: script: - ./gradlew check - ./gradlew createZipDistribution - - "[ $TRAVIS_BRANCH == 'master' ] && [ $TRAVIS_PULL_REQUEST == 'false' ] && ./gradlew uploadArchives;" + - [ $TRAVIS_BRANCH == 'master' ] && [ $TRAVIS_PULL_REQUEST == 'false' ] && ./gradlew uploadArchives || : before_deploy: - export RELEASE_DIST=$(ls build/distributions/*.zip)