Skip to content

Commit

Permalink
Feat(travis): move semantic release to after_success
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Nov 10, 2017
1 parent e5f959d commit 9b90197
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- stage: test
script: npm run test
script: npm run coverage && npm run coveralls
deploy:
script: npm run semantic-release
after_success: npm run semantic-release
on:
branch: master
branches:
Expand Down

0 comments on commit 9b90197

Please sign in to comment.