Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Added travis.ci gitter webhook.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFrench committed Apr 15, 2018
1 parent 75d7384 commit 5de5709
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ script:
- cd build && cmake -DCMAKE_BUILD_TYPE=Debug .. && make examples

notifications:
- irc "irc.oftc.net#libevhtp"
webhooks:
urls:
- https://webhooks.gitter.im/e/e0b195833e627a66f549
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: never # options: [always|never|change] default: always

0 comments on commit 5de5709

Please sign in to comment.