Update .travis.yml

This commit is contained in:
Jeff Potter 2018-04-22 23:30:12 -06:00 committed by GitHub
parent bef1c1802a
commit fb50b97888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -13,4 +13,12 @@ script:
- pod lib lint
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)
notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/4cfa929bd227586305cc
on_success: change # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always