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:
Daniel Hahler 2017-07-26 13:04:52 +02:00 committed by GitHub
parent acc012353d
commit 82fd7ea8e5
1 changed files with 1 additions and 1 deletions

View File

@ -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