Fix #381: Completely disable Travis mail notifications

This commit is contained in:
Oliver Smith 2017-08-19 03:35:28 +02:00
parent 689eb5c3c9
commit dcdb4d6f3e
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,9 @@ addons:
packages:
- shellcheck
install: "pip install flake8"
script:
script:
- test/static_code_analysis.sh
- yes "" | ./pmbootstrap.py init
- test/check_checksums.py
notifications:
- email: false