From: Alexandru Ardelean Date: Mon, 10 Jul 2017 09:01:56 +0000 (+0300) Subject: tests: add `set -e` specifier to bail early on build run X-Git-Tag: json-c-0.13-20171207~72^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba8625a7016ba9bdbb4de1f7c461f67bccd1e9e2;p=thirdparty%2Fjson-c.git 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 --- diff --git a/.travis.yml b/.travis.yml index 2aa2eeff..7aed15da 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