mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
force travis-ci not send email with "build status" to github repo owner
This commit is contained in:
parent
5838d71083
commit
ce76e5a871
|
@ -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