script/cibuild: fail if subprocesses fail

This commit is contained in:
Parker Moore 2015-12-09 11:46:47 -08:00
parent 6a4c8a0b1c
commit e8b1a8aa44
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
script/branding
set -e
if [[ -z "$TEST_SUITE" ]]
then
script/test ci