diff options
author | tv <tv@nomic.retiolum> | 2013-11-04 16:58:55 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-11-04 16:58:55 +0100 |
commit | 65e726e1afc216b3f9065ad0ca31c7eb6e64efbf (patch) | |
tree | daa2a150af86b664148af5a67c50af2ec6a57dfa | |
parent | 02cb0cc2f320a43161a21d612d6df1e9620b5fc0 (diff) |
.travis.yml: add template
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 677024b2..9a3ffc7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ notifications: 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 |