diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index f0a06776e6b..fe86379e1b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: |