Dont use install scripts
parent
2823f30167
commit
abb01766e7
|
@ -12,6 +12,7 @@ cache:
|
|||
|
||||
install:
|
||||
- composer install
|
||||
- composer run-script parse-stubs
|
||||
|
||||
script:
|
||||
- vendor/bin/phpcs -n
|
||||
|
|
|
@ -23,9 +23,7 @@
|
|||
],
|
||||
"bin": ["bin/php-language-server.php"],
|
||||
"scripts": {
|
||||
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs",
|
||||
"post-install-cmd": "@parse-stubs",
|
||||
"post-root-package-install": "@parse-stubs"
|
||||
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.0",
|
||||
|
|
Loading…
Reference in New Issue