mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:38:08 +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
1e5a3d5ea5
commit
48a65ab1a6
@ -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…
x
Reference in New Issue
Block a user