Skip to content

Commit

Permalink
ci: ci sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
iamkun committed May 6, 2018
1 parent be8c89f commit f12f90d
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 test
- codecov
after_success:
- if [ "$TRAVIS_BRANCH" == "feature/saucelab" ]; then
- if [ "$TRAVIS_BRANCH" == "master" ]; then
npx travis-deploy-once && npm run build && npx semantic-release && npm run test:sauce;
fi
branches:
Expand Down

0 comments on commit f12f90d

Please sign in to comment.