Skip to content

Commit fb50b97

Browse files
authored
Update .travis.yml
1 parent bef1c18 commit fb50b97

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.travis.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ script:
1313
- pod lib lint
1414
after_success:
1515

16-
- bash <(curl -s https://codecov.io/bash)
16+
- 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

Comments
 (0)