Travis: turn off notifications.

These are handled via webhooks now.
This commit is contained in:
whitequark 2019-06-22 07:14:56 +00:00
parent 4e77a29c91
commit de309d744d
1 changed files with 0 additions and 6 deletions

View File

@ -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