Skip to content
This repository was archived by the owner on Aug 30, 2021. It is now read-only.

Commit d1c3348

Browse files
committed
Travis now sends notifications to Gitter
1 parent 320826b commit d1c3348

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,10 @@ before_install:
1212
- npm i nsp -g
1313
after_script:
1414
- nsp audit-package
15+
notifications:
16+
webhooks:
17+
urls:
18+
- https://webhooks.gitter.im/e/249daf9851ea4776f34e
19+
on_success: change # options: [always|never|change] default: always
20+
on_failure: always # options: [always|never|change] default: always
21+
on_start: never # options: [always|never|change] default: always

0 commit comments

Comments
 (0)