Skip to content

Commit

Permalink
adding gitter integration to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkhill committed Jul 21, 2015
1 parent 3069fb3 commit ea37062
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@ language: php

sudo: false

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/0a100612ee5327ce066f
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

php:
- 5.4
- 5.5
Expand Down

0 comments on commit ea37062

Please sign in to comment.