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 5152c55 commit 71aa362Copy full SHA for 71aa362
.travis.yml
@@ -17,6 +17,6 @@ before_script:
17
- composer install --prefer-source
18
19
script:
20
- - vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run .
+ - PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run .
21
- vendor/bin/phpstan analyse src -c phpstan.neon
22
- vendor/bin/phpunit
0 commit comments