From 646414ceef712e73ef2e62ae0155fc698957494e Mon Sep 17 00:00:00 2001 From: Amit Bansil Date: Wed, 10 Aug 2016 12:58:19 -0400 Subject: [PATCH] chore: fix publishing releases on master builds --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 77be518b..5299131a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ after_success: - 'curl -Lo travis_after_all.py https://git.io/travis_after_all' - python travis_after_all.py - export $(cat .to_export_back) &> /dev/null - - test $TRAVIS_PULL_REQUEST = false \ - && npm run semantic-release + - echo $TRAVIS_PULL_REQUEST + - test $TRAVIS_PULL_REQUEST == "false" && npm run semantic-release branches: only: - master \ No newline at end of file