summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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 f9c2ee21..9a3ffc7c 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' ); exit 23"
+script: "! ( make -C util test | grep -q '^not ok' )"
before_install:
- sudo apt-get install bc -qq
- sudo apt-get install python -qq