Travis-CI: Terminate build immediately on error.
See travis-ci/travis-ci#1066.
This commit is contained in:
parent
1af24ad32b
commit
c784507bce
|
@ -97,6 +97,7 @@ install:
|
|||
|
||||
script:
|
||||
- echo $TYPE $DISTRO $MONOLITHIC $SYSTEMD $WERROR
|
||||
- set -e
|
||||
- make bare
|
||||
- make conf
|
||||
- make
|
||||
|
|
Loading…
Reference in New Issue