Skip to content

Commit

Permalink
Merge pull request #79 from edx/add-autopublish-to-github-pages
Browse files Browse the repository at this point in the history
chore(travis): run script commands after success only
  • Loading branch information
jaebradley authored Nov 20, 2017
2 parents 9690fda + 521b7b5 commit 4f39d7b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ script:
- npm run lint
- npm run test

after_script:
- npm run coveralls
after_success:
- npm run semantic-release
- npm run coveralls
- npm run deploy-storybook

0 comments on commit 4f39d7b

Please sign in to comment.