diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-07-19 10:22:00 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2017-07-19 10:28:12 +0200 |
commit | 4d1d82e2d7252a0b993fcb3c6bf9563db2372d3a (patch) | |
tree | c6ef92f3d51db36514a1c4bd0834a4dec07550da /.drone.yml | |
parent | ac1a54cccf90014ba3c7348796ac044abcebe06d (diff) | |
download | nextcloud-server-4d1d82e2d7252a0b993fcb3c6bf9563db2372d3a.tar.gz nextcloud-server-4d1d82e2d7252a0b993fcb3c6bf9563db2372d3a.zip |
Install phan manually
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
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: |