Skip to content

Commit

Permalink
Add notifications to TravisCI builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Apr 16, 2016
1 parent 4941c1c commit c8cfc1c
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ node_js:
- 3 #Latest io.js build.
- 4.2.4 #LTS
- stable

matrix:
allow_failures:
- node_js: 0.8
Expand All @@ -29,4 +29,12 @@ addons:

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- sh -e /etc/init.d/xvfb start

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/e737dd5170be50cdba95
on_success: change
on_failure: always
on_start: never

0 comments on commit c8cfc1c

Please sign in to comment.