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 4da81cb commit 0a7e8f0Copy full SHA for 0a7e8f0
.travis.yml
@@ -32,3 +32,10 @@ notifications:
32
- "irc.freenode.org#magento-composer"
33
on_success: change # default: always
34
on_failure: always # default: always
35
+ webhooks:
36
+ urls:
37
+ - https://webhooks.gitter.im/e/c5ef1e9abfc452125de8
38
+ - https://webhooks.gitter.im/e/c15428595390b938ee38
39
+ on_success: change # options: [always|never|change] default: always
40
+ on_failure: always # options: [always|never|change] default: always
41
+ on_start: false # default: false
0 commit comments