Skip to content

Commit 5865efb

Browse files
authored
1 parent f498d95 commit 5865efb

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,4 @@ install:
6262
script:
6363
- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
6464
- if [ "$RUN_PHPSTAN" == "true" ]; then composer phpstan; fi
65-
- composer phpunit
66-
after_script:
67-
- if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar
68-
&& php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
65+
- composer run-script phpunit

0 commit comments

Comments
 (0)