mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 07:42:48 +08:00
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:
parent
278ff7b9c2
commit
fe9c85a527
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user