From 82fd7ea8e59b6006d72a9b6d5fee086f2b675c48 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 26 Jul 2017 13:04:52 +0200 Subject: [PATCH] Travis: exit with 1 when check-unit-coverage fails (#1944) Same as done in 1cdd7ef8 already, but missed this one. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8303de040..a3419c325 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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