Disable IRC notification

This commit is contained in:
David Cramer 2015-03-29 12:01:29 -07:00
parent 95c704f127
commit 827eb23ddb
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ install:
script:
- "if [[ ${TRAVIS_PYTHON_VERSION} != 'pypy' ]]; then make lint; fi"
- py.test tests/ --cov raven --cov-report term-missing
notifications:
irc:
channels: "irc.freenode.org#sentry"
on_success: change
on_failure: change
matrix:
allow_failures:
- env: 'DJANGO="-e git+git://github.com/django/django.git#egg=Django"'