Skip to content

Commit

Permalink
Add || travis_terminate 1 in the hopes of getting CI to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Risha Mars committed Jun 14, 2018
1 parent 2b27166 commit 47ee635
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 @@ -65,7 +65,7 @@ jobs:
install:
- ./bin/web
script:
- ./bin/web
- ./bin/web || travis_terminate 1
- ./bin/web test --reporters dots

- language: generic
Expand Down

0 comments on commit 47ee635

Please sign in to comment.