aik099 / CodingStandard

The PHP_CodeSniffer coding standard I'm using on all of my projects
BSD 3-Clause "New" or "Revised" License
5 stars 2 forks source link

Include PHPCS 2.x in tests #27

Closed aik099 closed 10 years ago

aik099 commented 10 years ago

Update Travis CI build matrix to use both PHPCS 1.x (the ~1.5 version in composer.json) and PHPCS 2.x (the dev-phpcs-fixer version in composer.json) in tests.

This way we can see if standard really works with PHPCS 2.x