浏览代码

Travis: turn off notifications.

These are handled via webhooks now.
whitequark 5 年之前
父节点
当前提交
88b54e63c5
共有 1 个文件被更改,包括 0 次插入6 次删除
  1. 0 6
      .travis.yml

+ 0 - 6
.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