We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2311c6 commit 7ea8238Copy full SHA for 7ea8238
.travis.yml
@@ -9,3 +9,11 @@ sudo: false # faster builds
9
10
#after_success:
11
#- bash <(curl -s https://codecov.io/bash)
12
+
13
+notifications:
14
+ webhooks:
15
+ urls:
16
+ - https://webhooks.gitter.im/e/b53783164e024ebb35d3
17
+ on_success: change # options: [always|never|change] default: always
18
+ on_failure: always # options: [always|never|change] default: always
19
+ on_start: never # options: [always|never|change] default: always
0 commit comments