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: install:
- composer install - composer install
- composer run-script parse-stubs
script: script:
- vendor/bin/phpcs -n - vendor/bin/phpcs -n

View File

@ -23,9 +23,7 @@
], ],
"bin": ["bin/php-language-server.php"], "bin": ["bin/php-language-server.php"],
"scripts": { "scripts": {
"parse-stubs": "LanguageServer\\ComposerScripts::parseStubs", "parse-stubs": "LanguageServer\\ComposerScripts::parseStubs"
"post-install-cmd": "@parse-stubs",
"post-root-package-install": "@parse-stubs"
}, },
"require": { "require": {
"php": ">=7.0", "php": ">=7.0",