Also check code style in migrations folder.

This commit is contained in:
Franz Liedke 2015-05-19 01:22:34 +02:00
parent fc20c0dd09
commit 07e3556cab

View File

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