Skip to content

Commit

Permalink
ci: abort when "yarn build" fails
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Dec 15, 2018
1 parent d02a797 commit 90f75e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -13,7 +13,7 @@ cache:
before_script:
- yarn global add if-node-version
script:
- yarn build
- yarn build || travis_terminate 1
- if-node-version 10 || { yarn test && travis_terminate 0; }
- yarn coveralls
- yarn test:flow
Expand Down

0 comments on commit 90f75e2

Please sign in to comment.