Only send build notifications for failures
This commit is contained in:
Родитель
1c99fdb411
Коммит
5c826d9757
|
@ -7,4 +7,9 @@ install:
|
|||
- npm install
|
||||
|
||||
script:
|
||||
- tsc -p ./
|
||||
- tsc -p ./
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
on_failure: always
|
Загрузка…
Ссылка в новой задаче