We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c179c32 commit b6bb7d0Copy full SHA for b6bb7d0
.travis.yml
@@ -13,3 +13,11 @@ before_install:
13
cache:
14
directories:
15
- node_modules
16
+
17
+notifications:
18
+ webhooks:
19
+ urls:
20
+ - https://webhooks.gitter.im/e/515d4eb7d44adbed410b
21
+ on_success: change # options: [always|never|change] default: always
22
+ on_failure: always # options: [always|never|change] default: always
23
+ on_start: false # default: false
0 commit comments