File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 36
36
install : source build_tools/travis/install.sh
37
37
script : bash build_tools/travis/test_script.sh
38
38
after_success : source build_tools/travis/after_success.sh
39
+
40
+ notifications :
41
+ webhooks :
42
+ urls :
43
+ - https://webhooks.gitter.im/e/62d5ff9bc76b1ad6eb32
44
+ on_success : change # options: [always|never|change] default: always
45
+ on_failure : always # options: [always|never|change] default: always
46
+ on_start : never # options: [always|never|change] default: always
Original file line number Diff line number Diff line change @@ -55,3 +55,8 @@ general:
55
55
branches :
56
56
ignore :
57
57
- gh-pages
58
+ notify :
59
+ webhooks :
60
+ # A list of hook hashes, containing the url field
61
+ # gitter hook
62
+ - url : https://webhooks.gitter.im/e/e7b85a95168ee375ea16
You can’t perform that action at this time.
0 commit comments