Skip to content

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 7d91e14 commit 700c3c2
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ script:

after_script:
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "7.2" ]]; then
echo "Merging coverage reports:";
vendor/bin/phpcov merge build/logs/ --clover build/logs/cc.xml;
echo "We now have these coverage files:";
ls -l build/logs;
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;
echo "Merging coverage reports:";
vendor/bin/phpcov merge build/logs/ --clover build/logs/cc.xml;
echo "We now have these coverage files:";
ls -l build/logs;
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;
fi

notifications:
Expand Down

0 comments on commit 700c3c2

Please sign in to comment.