Skip to content

Commit a87ad6a

Browse files
committed
Do not submit coverage from Travis to Scrutinizer
It's better to test directly there. Signed-off-by: Michal Čihař <michal@cihar.com>
1 parent 20e749a commit a87ad6a

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ install:
2626
- composer install
2727
- if [ "$MOTRANSLATOR" = "yes" ] ; then composer require phpmyadmin/motranslator:^3.0 ; fi
2828

29-
after_script:
30-
- |
31-
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
32-
[[ -f ocular.phar ]] || wget https://scrutinizer-ci.com/ocular.phar
33-
php ocular.phar code-coverage:upload --format=php-clover coverage.xml
34-
fi
35-
3629
after_success:
3730
- bash <(curl -s https://codecov.io/bash)
3831

0 commit comments

Comments
 (0)