diff options
| author | tv <tv@nomic.retiolum> | 2013-11-04 17:34:29 +0100 | 
|---|---|---|
| committer | tv <tv@nomic.retiolum> | 2013-11-04 17:34:29 +0100 | 
| commit | c7e953623c6453bf5a66c7fe30fbf41af9d021d6 (patch) | |
| tree | f42e491c5194b940399eb7c13a3741c904e8f6d2 | |
| parent | 33c0b35ddba14a6407cc393260d35d7e718d7e26 (diff) | |
.travis.yml: test template part #2
| -rw-r--r-- | .travis.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.travis.yml b/.travis.yml index 38a96393..60c677ca 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ notifications:    on_failure: always    template:      - "painload/%{branch} %{commit} %{author}: %{message} %{build_url}" -script: "! ( make -C util test | grep -q '^not ok' )" +script: "! ( make -C util test | grep -q '^not ok' ); exit 23"  before_install:    - sudo apt-get install bc -qq    - sudo apt-get install python -qq | 
