diff options
author | tv <tv@nomic.retiolum> | 2013-11-04 17:21:40 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-04 17:21:40 +0100 |
commit | 01789814dcb8c0fdc256e1dc7975c0ab72e5c741 (patch) | |
tree | daa2a150af86b664148af5a67c50af2ec6a57dfa | |
parent | 9bb88dcbe8f6ce02e233ef0300007b2077096542 (diff) |
Revert ".travis.yml: add template"
This reverts commit 65e726e1afc216b3f9065ad0ca31c7eb6e64efbf.
Conflicts:
.travis.yml
-rw-r--r-- | .travis.yml | 2 |
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 |