mirror of
https://github.com/j0k3r/php-readability.git
synced 2026-09-27 06:26:17 +00:00
Fix Travis & PHPStan
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$CS_FIXER" != "run" ]; then composer remove friendsofphp/php-cs-fixer --dev --no-progress --no-update ; fi;
|
- if [ "$CS_FIXER" != "run" ]; then composer remove friendsofphp/php-cs-fixer --dev --no-progress --no-update ; fi;
|
||||||
- composer update --prefer-dist --no-progress --no-suggest -o $
|
- composer update --prefer-dist --no-progress -o
|
||||||
- php vendor/bin/simple-phpunit install
|
- php vendor/bin/simple-phpunit install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
+1
-1
@@ -6,7 +6,7 @@ parameters:
|
|||||||
|
|
||||||
# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
|
# https://github.com/phpstan/phpstan/issues/694#issuecomment-350724288
|
||||||
bootstrapFiles:
|
bootstrapFiles:
|
||||||
- vendor/bin/.phpunit/phpunit-8.5-0/vendor/autoload.php
|
- vendor/bin/.phpunit/phpunit-7.5-0/vendor/autoload.php
|
||||||
|
|
||||||
includes:
|
includes:
|
||||||
- vendor/phpstan/phpstan-phpunit/extension.neon
|
- vendor/phpstan/phpstan-phpunit/extension.neon
|
||||||
|
|||||||
Reference in New Issue
Block a user