Skip to content

Commit

Permalink
tests: add set -e specifier to bail early on build run
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
commodo committed Jul 11, 2017
1 parent dd8dcb8 commit ba8625a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ os:
before_install:
- echo $LANG
- echo $LC_ALL
- set -e

install:
- sh autogen.sh
Expand Down

0 comments on commit ba8625a

Please sign in to comment.