Browse Source

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 <ardeleanalex@gmail.com>
tags/json-c-0.13-20171207
Alexandru Ardelean 8 years ago
parent
commit
ba8625a701
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -16,6 +16,7 @@ os:
before_install: before_install:
- echo $LANG - echo $LANG
- echo $LC_ALL - echo $LC_ALL
- set -e
install: install:
- sh autogen.sh - sh autogen.sh


Loading…
Cancel
Save