diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-08-23 15:23:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-23 15:23:31 +0200 |
commit | 08b71ca682e677e9404b439f19ca4f991f6e07d4 (patch) | |
tree | 4d31399f90ab7d0093f58d46d52c70d2f9e547fe | |
parent | cba19b96e88f3393d0a0b3b5b86d98710ce2e105 (diff) | |
parent | e826961a5135942a6735279e541498ee9c268498 (diff) | |
download | nextcloud-server-08b71ca682e677e9404b439f19ca4f991f6e07d4.tar.gz nextcloud-server-08b71ca682e677e9404b439f19ca4f991f6e07d4.zip |
Merge pull request #6236 from nextcloud/drone-ci-images
Fix phan test
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml index fbdbe74a2eb..90d00537c06 100644 --- a/.drone.yml +++ b/.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 |