Only send build notifications for failures

This commit is contained in:
Eric Jizba 2017-08-10 10:01:56 -07:00
Родитель 1c99fdb411
Коммит 5c826d9757
1 изменённых файлов: 6 добавлений и 1 удалений

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

@ -7,4 +7,9 @@ install:
- npm install
script:
- tsc -p ./
- tsc -p ./
notifications:
email:
on_success: never
on_failure: always