Skip to content

Commit

Permalink
Merge pull request #194 from BranchMetrics/chore/travis-deploy-master
Browse files Browse the repository at this point in the history
chore: fix publishing releases on master builds
  • Loading branch information
amit-bansil authored Aug 10, 2016
2 parents a7db984 + 646414c commit 4900ff6
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 4900ff6

Please sign in to comment.