Install phan manually
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
ac1a54cccf
commit
4d1d82e2d7
|
@ -46,7 +46,9 @@ pipeline:
|
||||||
phan:
|
phan:
|
||||||
image: nextcloudci/php7.0:php7.0-13
|
image: nextcloudci/php7.0:php7.0-13
|
||||||
commands:
|
commands:
|
||||||
|
- rm /etc/php/7.0/cli/conf.d/20-xdebug.ini
|
||||||
- composer install
|
- composer install
|
||||||
|
- composer require --dev "etsy/phan:0.8.x-dev"
|
||||||
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php
|
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php
|
||||||
when:
|
when:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
@ -13,7 +13,6 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
"jakub-onderka/php-parallel-lint": "^0.9.2",
|
||||||
"jakub-onderka/php-console-highlighter": "^0.3.2",
|
"jakub-onderka/php-console-highlighter": "^0.3.2"
|
||||||
"etsy/phan": "0.8.x-dev"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue