We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e71e7b6 commit 73daa79Copy full SHA for 73daa79
.travis.yml
@@ -30,3 +30,11 @@ script:
30
31
after_script:
32
- ./scripts/travis/print_logs.sh
33
+
34
+notifications:
35
+ webhooks:
36
+ urls:
37
+ - https://webhooks.gitter.im/e/d2120f3f2bb39a4531b2
38
+ on_success: change # options: [always|never|change] default: always
39
+ on_failure: always # options: [always|never|change] default: always
40
+ on_start: false # default: false
0 commit comments