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 bef1c18 commit fb50b97Copy full SHA for fb50b97
.travis.yml
@@ -13,4 +13,12 @@ script:
13
- pod lib lint
14
after_success:
15
16
- - bash <(curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash)
17
+
18
19
+notifications:
20
+ webhooks:
21
+ urls:
22
+ - https://webhooks.gitter.im/e/4cfa929bd227586305cc
23
+ on_success: change # options: [always|never|change] default: always
24
+ on_failure: always # options: [always|never|change] default: always
0 commit comments