Browse Source

Install phan manually

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v13.0.0beta1
Lukas Reschke 6 years ago
parent
commit
4d1d82e2d7
No account linked to committer's email address
2 changed files with 3 additions and 2 deletions
  1. 2
    0
      .drone.yml
  2. 1
    2
      composer.json

+ 2
- 0
.drone.yml View File

@@ -46,7 +46,9 @@ pipeline:
phan:
image: nextcloudci/php7.0:php7.0-13
commands:
- rm /etc/php/7.0/cli/conf.d/20-xdebug.ini
- composer install
- composer require --dev "etsy/phan:0.8.x-dev"
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php
when:
matrix:

+ 1
- 2
composer.json View File

@@ -13,7 +13,6 @@
},
"require-dev": {
"jakub-onderka/php-parallel-lint": "^0.9.2",
"jakub-onderka/php-console-highlighter": "^0.3.2",
"etsy/phan": "0.8.x-dev"
"jakub-onderka/php-console-highlighter": "^0.3.2"
}
}

Loading…
Cancel
Save