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>2018-02-04 16:08:48 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-02-04 16:08:48 +0300
commit1e75f007ac8a3592c46bfb63906ed34b94d1b01b (patch)
treec28556b8aaf52b51132a7390f05a49b5f3f3f9c1 /.drone.yml
parent79e81c15c5beb4174922921083f0e838de9a3bfc (diff)
Use a phan version instead of master
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index a22258128cb..a248e4d57c9 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -41,7 +41,7 @@ pipeline:
image: nextcloudci/php7.1:php7.1-16
commands:
- composer install
- - composer require --dev "phan/phan:dev-master"
+ - composer require --dev "phan/phan:0.11.1"
- ./lib/composer/phan/phan/phan -k build/.phan/config.php
- php ./build/.phan/plugin-checker.php
when: