Merge pull request #166 from luzfcb/force-travis-not-send-email

force travis-ci not send email with "build status" to github repo owner
This commit is contained in:
Fábio C. Barrionuevo da Luz 2014-12-19 06:23:50 -03:00
commit e68479a502

View File

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