Skip to content

Commit 6178f3a

Browse files
authored
Merge pull request #123 from common-workflow-language/gitter-notification
Travis Gitter integration
2 parents 1dc9ea4 + df89416 commit 6178f3a

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)