Use a phan version instead of master
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
79e81c15c5
commit
1e75f007ac
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pipeline:
|
||||||
image: nextcloudci/php7.1:php7.1-16
|
image: nextcloudci/php7.1:php7.1-16
|
||||||
commands:
|
commands:
|
||||||
- composer install
|
- composer install
|
||||||
- composer require --dev "phan/phan:dev-master"
|
- composer require --dev "phan/phan:0.11.1"
|
||||||
- ./lib/composer/phan/phan/phan -k build/.phan/config.php
|
- ./lib/composer/phan/phan/phan -k build/.phan/config.php
|
||||||
- php ./build/.phan/plugin-checker.php
|
- php ./build/.phan/plugin-checker.php
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue