From ba8625a7016ba9bdbb4de1f7c461f67bccd1e9e2 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 10 Jul 2017 12:01:56 +0300 Subject: [PATCH] tests: add `set -e` specifier to bail early on build run Seems that test1 is failing, but travis is not catching it. Likely, this is because the `cppcheck` returns success and we need to bail on the `make check` step. Signed-off-by: Alexandru Ardelean --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2aa2eeff05..7aed15dafd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ os: before_install: - echo $LANG - echo $LC_ALL + - set -e install: - sh autogen.sh