diff options
author | gumi <git@gumi.ca> | 2018-02-17 13:16:54 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-02-17 13:16:54 -0500 |
commit | fcbefad8f3fdc822a01c3c8ddb00ee89be840459 (patch) | |
tree | 1d3c85b873bad33212bfd3ad6d84ab1013762092 | |
parent | f793dca372804f176eb26ce88043f31346125eb6 (diff) | |
download | tmwa-fcbefad8f3fdc822a01c3c8ddb00ee89be840459.tar.gz tmwa-fcbefad8f3fdc822a01c3c8ddb00ee89be840459.tar.bz2 tmwa-fcbefad8f3fdc822a01c3c8ddb00ee89be840459.tar.xz tmwa-fcbefad8f3fdc822a01c3c8ddb00ee89be840459.zip |
remove IRC notifications from travis
-rw-r--r-- | .travis.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml index 94e981b..ccc1fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,6 @@ notifications: email: on_success: changed on_failure: always - ## Are we going to want this on or off? - irc: - channels: "chat.freenode.net#tmwa" - on_success: always - on_failure: always - use_notice: true ## Use the container-based infrastructure sudo: false |