Skip to content

Commit

Permalink
ci: Exit early when running TravisCI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilogorek committed Oct 11, 2017
1 parent fff1dfe commit b46d05c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,4 @@ addons:
chrome: stable
sauce_connect: true
script:
- npm run test:size
- npm run test
- npm run test:ci
- npm run test:size && npm run test && npm run test:ci

0 comments on commit b46d05c

Please sign in to comment.