Browse Source

Merge pull request #6236 from nextcloud/drone-ci-images

Fix phan test
pull/6241/head
Morris Jobke 8 years ago
committed by GitHub
parent
commit
08b71ca682
  1. 1
      .drone.yml

1
.drone.yml

@ -48,7 +48,6 @@ pipeline:
phan:
image: nextcloudci/php7.1:php7.1-15
commands:
- rm /etc/php/7.1/cli/conf.d/20-xdebug.ini
- composer install
- composer require --dev "etsy/phan:dev-master"
- ./lib/composer/etsy/phan/phan -k build/.phan/config.php

Loading…
Cancel
Save