Skip to content

Commit

Permalink
Remove php-cs-fixer from TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Sep 30, 2021
1 parent 8d37427 commit f41ff0a
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,3 @@ before_script:

script:
- vendor/bin/phpunit

jobs:
include:
- stage: Coding Standards
php: 7.3
install:
- travis_retry wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer
script:
- php php-cs-fixer -v --diff fix --config=.php_cs.dist --dry-run --no-interaction

0 comments on commit f41ff0a

Please sign in to comment.