Skip to content

Commit

Permalink
chore: fix publishing releases on master builds
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 10, 2016
1 parent a7db984 commit 646414c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 646414c

Please sign in to comment.