diff options
author | tv <tv@nomic.retiolum> | 2013-11-04 17:00:15 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-04 17:00:15 +0100 |
commit | 3eda4c81946b00d86f34021343e991908c5b3db6 (patch) | |
tree | 282315d62b5de66c961bdbd27e4c6082adb79485 | |
parent | 65e726e1afc216b3f9065ad0ca31c7eb6e64efbf (diff) |
.travis.yml: test template
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 9a3ffc7c..f9c2ee21 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 |