Skip to content

Commit

Permalink
Use bundled php-cs-fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 22, 2018
1 parent 8e66e70 commit 0e6096e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -64,7 +64,6 @@ jobs:
php: 7.2
env: php-cs-fixer
install:
- wget http://cs.sensiolabs.org/download/php-cs-fixer-v2.phar -O php-cs-fixer
- phpenv config-rm xdebug.ini
script:
- php php-cs-fixer --diff --dry-run -v fix
- ./build/tools/php-cs-fixer --diff --dry-run -v fix

0 comments on commit 0e6096e

Please sign in to comment.