Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Rename .phpcs.php to .php_cs.dist to follow standard (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus authored and SebTM committed Apr 8, 2018
1 parent 05503dc commit d1dbd69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ before_script:

script:
- "./vendor/bin/phpunit -c phpunit.dist.xml"
- "./php-cs-fixer fix --config .phpcs.php --diff --dry-run --no-interaction -v"
- "./php-cs-fixer fix --diff --dry-run --no-interaction -v"

0 comments on commit d1dbd69

Please sign in to comment.