mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user