소스 검색

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