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 d42c874 commit 4327ef3Copy full SHA for 4327ef3
.travis.yml
@@ -42,7 +42,7 @@ matrix:
42
env:
43
- COLLECT_COVERAGE=false
44
- IGNORE_PLATFORMS=true
45
- - RUN_PHPSTAN=true
+ - RUN_PHPSTAN=false
46
- VALIDATE_CODING_STYLE=false
47
allow_failures:
48
- php: 7.4snapshot
@@ -66,4 +66,4 @@ script:
66
- composer phpunit
67
68
after_script:
69
- - if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
+ - if [ "$COLLECT_COVERAGE" == "true" ]; then wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/clover.xml; fi
0 commit comments