diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index e62f843f..12f6de4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,15 @@ language: c notifications: - irc: "chat.freenode.net#krebs_incoming" - -script: "! ( make -C util test | grep -q '^not ok' )" + 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 '^not ok' )" before_install: - sudo apt-get install bc -qq - sudo apt-get install python -qq + - sudo apt-get install w3m -qq branches: only: - master |