diff options
author | Tim Angus <tim@ngus.net> | 2013-03-07 23:29:18 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:17 +0000 |
commit | 583527fd62c1f982c2557bba9d083b44f96c2bcb (patch) | |
tree | 93cdf14eefd39e5f96e633a660182a3d40d7f7b9 | |
parent | 1a9c268251db66d7cd72791f5e5467ec40fb8eb1 (diff) |
Only spam IRC on failure
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 13659d99..b7cd2269 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,3 +12,5 @@ before_install: notifications: irc: "irc.freenode.org#ioquake3" + on_success: change + on_failure: always |