Skip to content

Commit df89416

Browse files
authored
Travis Gitter integration
1 parent 1dc9ea4 commit df89416

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ services: mongodb
88
before_install:
99
- sudo apt-get -qq update
1010
- sudo apt-get install graphviz
11+
12+
notifications:
13+
webhooks:
14+
urls:
15+
- https://webhooks.gitter.im/e/abea7d67d180d37286b3
16+
on_success: change # options: [always|never|change] default: always
17+
on_failure: always # options: [always|never|change] default: always
18+
on_start: never # options: [always|never|change] default: always
19+

0 commit comments

Comments
 (0)