Unverified Commit 4f39d7b7 by Jae Bradley Committed by GitHub

Merge pull request #79 from edx/add-autopublish-to-github-pages

chore(travis): run script commands after success only
parents 9690fdae 521b7b5e
...@@ -20,6 +20,7 @@ script: ...@@ -20,6 +20,7 @@ script:
- npm run lint - npm run lint
- npm run test - npm run test
after_script: after_success:
- npm run coveralls
- npm run semantic-release - npm run semantic-release
- npm run coveralls
- npm run deploy-storybook
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment