From c0acc417aa72eb5c0a8d17436be99c20ada668a8 Mon Sep 17 00:00:00 2001 From: Imants Horsts Date: Wed, 5 Dec 2018 18:00:58 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: