Skip to content

Commit f3bfa92

Browse files
committed
Remove Scrutinizer from Travis config.
1 parent e097e9c commit f3bfa92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,4 @@ before_script:
1818
- travis_retry composer update $COMPOSER_OPTS
1919

2020
script:
21-
- php vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
22-
23-
after_script:
24-
- wget https://scrutinizer-ci.com/ocular.phar
25-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
21+
- php vendor/bin/phpunit

0 commit comments

Comments
 (0)