TravisCI should raise error on fail

Added missing `set -e` to travis script
so that if the first line fails, it stops
pull/745/head
Yuri Astrakhan 2019-12-16 14:07:53 -05:00
rodzic 358939e912
commit d26c621b2b
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -6,5 +6,6 @@ services:
- docker
script:
- set -e
- TEST_MODE=yes make generate-devdoc
- ./quickstart.sh