summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-11-04 17:04:02 +0100
committertv <tv@nomic.retiolum>2013-11-04 17:04:02 +0100
commitfdaea59565ee49715c726a9c152e5b3f403bd714 (patch)
tree282315d62b5de66c961bdbd27e4c6082adb79485 /.travis.yml
parent65e726e1afc216b3f9065ad0ca31c7eb6e64efbf (diff)
revert
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 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