Skip to content

Commit 2a7464e

Browse files
committed
Fix travis build
1 parent d278d27 commit 2a7464e

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
@@ -32,7 +32,7 @@ script:
3232
vendor/bin/phpunit --coverage-clover=coverage.clover --coverage-text;
3333
fi
3434
- vendor/bin/phpcs --standard=PSR2 src tests
35-
- vendor/bin/php-cs-fixer fix -v --dry-run --diff --allow-risky=yes --use-cache=no
35+
- vendor/bin/php-cs-fixer fix -v --dry-run --allow-risky=yes --using-cache=no
3636

3737
after_script:
3838
- >

0 commit comments

Comments
 (0)