diff --git a/.travis.yml b/.travis.yml index 679fbb9d..0425bae3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ after_script: echo "Sending codeclimate report:"; vendor/bin/test-reporter --coverage-report build/logs/cc.xml; echo "Sending codecov report:"; - TRAVIS_CMD="" bash <(curl -s https://codecov.io/bash) -f build/logs/cc.xml; + bash <(curl -s https://codecov.io/bash) -f build/logs/cc.xml; fi notifications: