diff options
author | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-03 00:19:34 +0200 |
---|---|---|
committer | Přemysl Janouch <p.janouch@gmail.com> | 2015-04-03 00:19:34 +0200 |
commit | 147aa011506ad972211fbb3918a62dfcd5b8e7e3 (patch) | |
tree | 96bb89caf377b1b91ead4d2588074405ff9b25e2 /.travis.yml | |
parent | 0f0c5d2617100ec18e4e8400b11c9255d82d455f (diff) | |
download | json-rpc-shell-147aa011506ad972211fbb3918a62dfcd5b8e7e3.tar.gz json-rpc-shell-147aa011506ad972211fbb3918a62dfcd5b8e7e3.tar.xz json-rpc-shell-147aa011506ad972211fbb3918a62dfcd5b8e7e3.zip |
Travis CI: Change IRC notification address
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 f054667..2a2b5fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: c notifications: irc: - channels: "anathema.us.nu#anathema" + channels: "anathema.irc.so#anathema" use_notice: true skip_join: true env: |