force travis-ci not send email with "build status" to github repo owner

This commit is contained in:
Fabio C. Barrioneuvo da Luz 2014-12-18 12:32:41 -03:00
parent 5838d71083
commit ce76e5a871

View File

@ -5,3 +5,8 @@ before_install:
script: script:
- pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' . - pep8 --ignore E201,E202 --max-line-length=120 --exclude='migrations' .
notifications:
email:
on_success: never
on_failure: never