mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-30 05:24:01 +03:00
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:
commit
e68479a502
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user