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