Skip to content

Commit 71aa362

Browse files
committed
Fix PHP CS Fixer check
1 parent 5152c55 commit 71aa362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ before_script:
1717
- composer install --prefer-source
1818

1919
script:
20-
- vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run .
20+
- PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --config=.php_cs -v --dry-run .
2121
- vendor/bin/phpstan analyse src -c phpstan.neon
2222
- vendor/bin/phpunit

0 commit comments

Comments
 (0)