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 1583300 commit 11532b4Copy full SHA for 11532b4
.travis.yml
@@ -9,3 +9,11 @@ after_success:
9
branches:
10
except:
11
- /^v\d+\.\d+\.\d+$/
12
+notifications:
13
+ email: false
14
+ webhooks:
15
+ urls:
16
+ - https://webhooks.gitter.im/e/ba96487b164673728247
17
+ on_success: always # 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