Skip to content

Commit

Permalink
add travis hook for gitter
Browse files Browse the repository at this point in the history
  • Loading branch information
rkitover committed Dec 5, 2018
1 parent b60a634 commit 00b0469
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -74,3 +74,11 @@ matrix:
cache:
directories:
- "$HOME/.ccache"

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/b273e1f74f164855d115
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 00b0469

Please sign in to comment.