TravisCI should raise error on fail
Added missing `set -e` to travis script so that if the first line fails, it stops
This commit is contained in:
parent
358939e912
commit
d26c621b2b
@ -6,5 +6,6 @@ services:
|
||||
- docker
|
||||
|
||||
script:
|
||||
- set -e
|
||||
- TEST_MODE=yes make generate-devdoc
|
||||
- ./quickstart.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user