From de309d744dec97bb7b1db88a930595449f64e76c Mon Sep 17 00:00:00 2001 From: whitequark Date: Sat, 22 Jun 2019 07:14:56 +0000 Subject: [PATCH] Travis: turn off notifications. These are handled via webhooks now. --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07398ca..0878088 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,9 +59,3 @@ before_script: - if [ "$MODE" == "clippy" ]; then cargo install clippy; fi script: - cargo $MODE --no-default-features --features "$FEATURES" $ARGS -notifications: - irc: - channels: - - "chat.freenode.net#m-labs" - use_notice: true - skip_join: true