Fix CI style validation
This commit is contained in:
parent
d6f1fda86f
commit
0b4782fcab
|
@ -28,6 +28,7 @@ check-style:
|
||||||
image: composer:latest
|
image: composer:latest
|
||||||
stage: validate
|
stage: validate
|
||||||
before_script:
|
before_script:
|
||||||
|
- composer --no-ansi global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true
|
||||||
- composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer
|
- composer --no-ansi global require slevomat/coding-standard squizlabs/php_codesniffer
|
||||||
- export PATH=$PATH:$COMPOSER_HOME/vendor/bin
|
- export PATH=$PATH:$COMPOSER_HOME/vendor/bin
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in New Issue