Skip to content

Commit

Permalink
chore(travis): don't release pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-bansil committed Aug 3, 2016
1 parent 01f2717 commit f5a55e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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
- npm run semantic-release
- test $TRAVIS_PULL_REQUEST = false \
&& npm run semantic-release
branches:
only:
- master

0 comments on commit f5a55e5

Please sign in to comment.