diff --git a/.travis.yml b/.travis.yml index 39ea1505fc..db3b49ccdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,7 +61,6 @@ after_script: - docker-compose -f ./docker/docker-compose-travis.yml down # After a successful build and test (see 'script'), send code coverage reports to codecov.io -# These code coverage reports are generated by the codecov node module in our package.json # NOTE: As there's no need to send coverage multiple times, we only run this for one version of node. after_success: - - if [ "$TRAVIS_NODE_VERSION" = "12" ]; then codecov; fi + - if [ "$TRAVIS_NODE_VERSION" = "12" ]; then bash <(curl -s https://codecov.io/bash); fi