1
0
Fork 0

Dont use install scripts

pull/214/head
Felix Becker 2016-12-12 23:45:57 +01:00
parent 2823f30167
commit abb01766e7
2 changed files with 2 additions and 3 deletions

View File

@ -12,6 +12,7 @@ cache:
install:
- composer install
- composer run-script parse-stubs
script:
- vendor/bin/phpcs -n

View File

@ -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",