Travis: exit with 1 when check-unit-coverage fails (#1944)
Same as done in 1cdd7ef8
already, but missed this one.
This commit is contained in:
parent
acc012353d
commit
82fd7ea8e5
|
@ -193,7 +193,7 @@ script:
|
|||
&& cmake $CMAKE_ARGS ..)
|
||||
do_codecov samples
|
||||
|
||||
make check-unit-coverage
|
||||
make check-unit-coverage || exit 1
|
||||
do_codecov unittests
|
||||
tests/run.sh
|
||||
do_codecov functionaltests
|
||||
|
|
Loading…
Reference in New Issue