Skip to content

Commit b6bb7d0

Browse files
committed
feat(travis): Add gitter hooks
1 parent c179c32 commit b6bb7d0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ before_install:
1313
cache:
1414
directories:
1515
- node_modules
16+
17+
notifications:
18+
webhooks:
19+
urls:
20+
- https://webhooks.gitter.im/e/515d4eb7d44adbed410b
21+
on_success: change # options: [always|never|change] default: always
22+
on_failure: always # options: [always|never|change] default: always
23+
on_start: false # default: false

0 commit comments

Comments
 (0)