diff options
author | Carlos Martín Nieto <cmn@dwim.me> | 2013-03-10 21:37:09 +0100 |
---|---|---|
committer | Carlos Martín Nieto <cmn@dwim.me> | 2013-03-10 21:37:09 +0100 |
commit | d768f9add943e0ca220c81d7ffa29fc3215cd119 (patch) | |
tree | e8356577554a5f4599784c2b92e4b5760e4703ff /.travis.yml | |
parent | 57e765b2e828db07bf474897985f1d7e6e47bd79 (diff) | |
download | libgit2-d768f9add943e0ca220c81d7ffa29fc3215cd119.tar.gz |
travis: join-less notifications
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 490f1462a..ad1172dfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,8 @@ notifications: - irc.freenode.net#libgit2 on_success: change on_failure: always + use_notice: true + skip_join: true campfire: on_success: always on_failure: always |