Let's not test migrations for code style.

PHPCS (on Travis, not locally?) is complaining about these classes
not being namespaced. Meh.
This commit is contained in:
Franz Liedke 2015-05-19 02:08:47 +02:00
parent 278ff7b9c2
commit fe9c85a527

View File

@ -13,7 +13,7 @@ before_script:
- php composer.phar install
script:
- vendor/bin/phpcs --standard=PSR2 -np src migrations
- vendor/bin/phpcs --standard=PSR2 -np src
notifications:
email: false