diff options
author | Tim Angus <tim@ngus.net> | 2013-03-19 16:35:46 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:21 +0000 |
commit | 41f69435838077e39bfa3fbba85f0cfb80a2c985 (patch) | |
tree | 8fba4de9f74e9d0a9954294f28badc54816893b6 /.travis.yml | |
parent | 38bfaebf1d55442158ba455446c91e91ca60e5fa (diff) |
Travis notification to the right channel
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index cdad48e5..dac609b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,6 @@ before_install: - sudo apt-get install -q -y libgl1-mesa-dev libsdl1.2-dev libvorbis-dev libfreetype6-dev mingw-w64 notifications: - irc: "irc.freenode.org#ioquake3" + irc: "irc.freenode.org#tremulous-dev" on_success: change on_failure: always |