Commit 380a8d3b by jaebradley

chore(travis): test using current branch

parent 489eb883
...@@ -21,4 +21,4 @@ script: ...@@ -21,4 +21,4 @@ script:
after_success: after_success:
- npm run semantic-release - npm run semantic-release
- npm run coveralls - npm run coveralls
- if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then npm run deploy-storybook; fi - if [ "$TRAVIS_BRANCH" = "fix-gh-pages-deploy" ]; then npm run deploy-storybook; fi
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