Skip to content

Commit c8cfc1c

Browse files
committed
Add notifications to TravisCI builds.
1 parent 4941c1c commit c8cfc1c

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ node_js:
1010
- 3 #Latest io.js build.
1111
- 4.2.4 #LTS
1212
- stable
13-
13+
1414
matrix:
1515
allow_failures:
1616
- node_js: 0.8
@@ -29,4 +29,12 @@ addons:
2929

3030
before_script:
3131
- export DISPLAY=:99.0
32-
- sh -e /etc/init.d/xvfb start
32+
- sh -e /etc/init.d/xvfb start
33+
34+
notifications:
35+
webhooks:
36+
urls:
37+
- https://webhooks.gitter.im/e/e737dd5170be50cdba95
38+
on_success: change
39+
on_failure: always
40+
on_start: never

0 commit comments

Comments
 (0)