diff options
| -rw-r--r-- | .travis.yml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/.travis.yml b/.travis.yml index 9a3ffc7c..38a96393 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,10 @@  language: c  notifications: -    irc: "chat.freenode.net#krebs_incoming" -    on_success: change -    on_failure: always -template: -  - "painload/%{branch} %{commit} %{author}: %{message} %{build_url}" +  irc: "chat.freenode.net#krebs_incoming" +  on_success: change +  on_failure: always +  template: +    - "painload/%{branch} %{commit} %{author}: %{message} %{build_url}"  script: "! ( make -C util test | grep -q '^not ok' )"  before_install:    - sudo apt-get install bc -qq | 
