We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f498d95 commit 5865efbCopy full SHA for 5865efb
.travis.yml
@@ -62,7 +62,4 @@ install:
62
script:
63
- if [ "$VALIDATE_CODING_STYLE" == "true" ]; then composer phpcs; fi
64
- 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
+ - composer run-script phpunit
0 commit comments