Skip to content

Commit 72d4f49

Browse files
committed
Add gitter webhook to travis config
1 parent 84cca1e commit 72d4f49

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,12 @@ before_install:
77
- npm install -g gulp
88

99
script:
10-
- gulp
10+
- gulp
11+
12+
notifications:
13+
webhooks:
14+
urls:
15+
- https://webhooks.gitter.im/e/fb4976f83539730820f1
16+
on_success: change # options: [always|never|change] default: always
17+
on_failure: always # options: [always|never|change] default: always
18+
on_start: false # default: false

0 commit comments

Comments
 (0)