mirror of
https://github.com/flarum/core.git
synced 2025-07-20 16:21:18 +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
|
- php composer.phar install
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- vendor/bin/phpcs --standard=PSR2 -np src migrations
|
- vendor/bin/phpcs --standard=PSR2 -np src
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Reference in New Issue
Block a user