diff --git a/.travis.yml b/.travis.yml index 1fa89f30b81e5407c60b59c0c5defdab4df5364e..7ee1e450a9fa88faea115f3977572e961bee3c1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,3 +21,6 @@ script: - yarn run prettier -- --list-different - yarn run lint - yarn run jest + +after_success: + - bash <(curl -s https://codecov.io/bash)