mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
turn off email notifications for travis
This commit is contained in:
parent
2d6c9489c8
commit
600dd4264e
1 changed files with 4 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ python:
|
|||
- "2.7"
|
||||
|
||||
before_install: >
|
||||
travis_retry sudo apt-get install python python-setuptools
|
||||
travis_retry sudo apt-get install python python-setuptools
|
||||
python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
|
||||
|
||||
install: travis_retry python setup.py dev # installs tox
|
||||
|
|
@ -21,3 +21,6 @@ env:
|
|||
- TOXENV=py${TRAVIS_PYTHON_VERSION//[.]/}
|
||||
- TOXENV=lint
|
||||
- TOXENV=cover
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
|
|
|||
Loading…
Reference in a new issue