Skip to content

Commit

Permalink
TravisCI should raise error on fail
Browse files Browse the repository at this point in the history
Added missing `set -e` to travis script
so that if the first line fails, it stops
  • Loading branch information
nyurik committed Dec 16, 2019
1 parent 358939e commit d26c621
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ services:
- docker

script:
- set -e
- TEST_MODE=yes make generate-devdoc
- ./quickstart.sh

0 comments on commit d26c621

Please sign in to comment.