Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-10-16 17:01:25 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-16 17:23:55 +0300
commit17bd2fb268147f7285bd9ec68bef659687407d89 (patch)
tree967a67a324ab4f580488e3c9cfb162e1ab844ea4 /.drone.yml
parent7a05cf300c6b3d4bdfff1bb61aa39822ff88fb8b (diff)
Phan is moved to a new repo
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 3e161e42889..2f2867a5b2b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -49,8 +49,8 @@ pipeline:
image: nextcloudci/php7.1:php7.1-15
commands:
- composer install
- - composer require --dev "etsy/phan:dev-master"
- - ./lib/composer/etsy/phan/phan -k build/.phan/config.php
+ - composer require --dev "phan/phan:dev-master"
+ - ./lib/composer/phan/phan/phan -k build/.phan/config.php
- php ./build/.phan/plugin-checker.php
when:
matrix: