Skip to content

Commit

Permalink
fix(travis): remove hack for semantic-release
Browse files Browse the repository at this point in the history
hack is no longer necessary as bug is fixed by [this](semantic-release/travis-deploy-once#12)
  • Loading branch information
geraintwhite authored Sep 21, 2017
1 parent 0de28b9 commit bacc57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ script:
- npm run coverage
after_success:
- npm run coverage:report
- TRAVIS_JOB_NUMBER=WORKAROUND.1 npm run semantic-release
- npm run semantic-release

notifications:
webhooks:
Expand Down

0 comments on commit bacc57c

Please sign in to comment.