Bug 1140849 - Travis: Enable email notifications in the case of failures

This commit is contained in:
Ed Morley 2015-03-08 15:00:57 +00:00
Родитель 311e82aeb9
Коммит bfb7f690b7
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -36,4 +36,6 @@ script:
- flake8 --show-source
- py.test tests/$* --runslow
notifications:
email: false
email:
on_success: never
on_failure: always