Removed travis shell script

Codecov needs to work from GH actions.
This commit is contained in:
Peter Fabian 2021-03-01 17:33:56 +01:00
parent eb3218c552
commit 294bd6bd9c
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
#!/usr/bin/env bash
# usage: travis.sh before|after
if [ $1 == 'after' ]; then
if [[ ${RUN_CODE_COVERAGE} == 1 ]]; then
bash <(curl -s https://codecov.io/bash)
wget https://scrutinizer-ci.com/ocular.phar
chmod +x ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
fi
fi