summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-04 17:34:29 +0100
committertv <tv@nomic.retiolum>2013-11-04 17:34:29 +0100
commitc7e953623c6453bf5a66c7fe30fbf41af9d021d6 (patch)
treef42e491c5194b940399eb7c13a3741c904e8f6d2 /.travis.yml
parent33c0b35ddba14a6407cc393260d35d7e718d7e26 (diff)
.travis.yml: test template part #2
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
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