Skip to content

Commit

Permalink
php-cs-fixer on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Oct 1, 2016
1 parent a22ae7f commit fb0873b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ install:

script:
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then vendor/bin/phpcs --standard=PSR2 src tests ; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then vendor/bin/php-cs-fixer fix --dry-run --verbose ; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then vendor/bin/phpmd src text phpmd.xml ; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then vendor/bin/phpcpd src ; fi
- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then vendor/bin/phpunit --coverage-clover build/logs/clover.xml ; fi
Expand Down

0 comments on commit fb0873b

Please sign in to comment.