소스 검색

Disable Travis notifications

Ask Solem 13 년 전
부모
커밋
4d8022096a
1개의 변경된 파일0개의 추가작업 그리고 5개의 파일을 삭제
  1. 0 5
      .travis.yml

+ 0 - 5
.travis.yml

@@ -6,8 +6,3 @@ install:
     - pip install --use-mirrors tox
     - pip install -U kombu
 script: TOXENV=py$(echo $TRAVIS_PYTHON_VERSION | tr -d .) tox
-notifications:
-    irc:
-        channels: "irc.freenode.org#celery"
-        on_success: change
-        on_failure: change