We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3684da8 commit 2e488f3Copy full SHA for 2e488f3
1 file changed
.travis.yml
@@ -27,3 +27,10 @@ script:
27
- ./scripts/ci/build_and_test.sh ${MODE}
28
after_script:
29
- ./scripts/ci/print-logs.sh
30
+notifications:
31
+ webhooks:
32
+ urls:
33
+ - https://webhooks.gitter.im/e/1ef62e23078036f9cee4
34
+ on_success: change # options: [always|never|change] default: always
35
+ on_failure: always # options: [always|never|change] default: always
36
+ on_start: false # default: false
0 commit comments