diff options
author | tv <tv@nomic.retiolum> | 2013-11-04 17:32:57 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-04 17:32:57 +0100 |
commit | 33c0b35ddba14a6407cc393260d35d7e718d7e26 (patch) | |
tree | 633782944dcb32e6bcb46f5dd5e63169b8dec8d8 | |
parent | 01789814dcb8c0fdc256e1dc7975c0ab72e5c741 (diff) |
.travis.yml: template belongs to irc
-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 |