Browse Source

Use a phan version instead of master

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v14.0.0beta1
Roeland Jago Douma 6 years ago
parent
commit
1e75f007ac
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -41,7 +41,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
commands:
- 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
- php ./build/.phan/plugin-checker.php
when:

Loading…
Cancel
Save