diff options
author | makefu <root@pigstarter.de> | 2013-11-05 16:05:18 +0100 |
---|---|---|
committer | makefu <root@pigstarter.de> | 2013-11-05 16:05:18 +0100 |
commit | da389624c1d8a84f73536309e323ebe19333a30d (patch) | |
tree | b6ec90cde6fee0f0407c4316c2818a7ae1e0ba49 | |
parent | 5e326f51c58e500285ea3daee91986ee1ea518eb (diff) |
make travis break visible
-rw-r--r-- | .travis.yml | 2 |
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 |