summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2013-11-05 16:05:18 +0100
committermakefu <root@pigstarter.de>2013-11-05 16:05:18 +0100
commitda389624c1d8a84f73536309e323ebe19333a30d (patch)
treeb6ec90cde6fee0f0407c4316c2818a7ae1e0ba49 /.travis.yml
parent5e326f51c58e500285ea3daee91986ee1ea518eb (diff)
make travis break visible
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..12f6de4d 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 '^not ok' )"
before_install:
- sudo apt-get install bc -qq
- sudo apt-get install python -qq