Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide666 committed Dec 5, 2018
1 parent a48a53d commit c0acc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c0acc41

Please sign in to comment.