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:
authorMorris Jobke <hey@morrisjobke.de>2020-09-16 15:46:29 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-09-16 15:46:29 +0300
commit04a3580d19ae505efd0ac31e4c419bf5dd701563 (patch)
treec3c21ddebc5c9f459a6530bc4cf65c5fc2d5cc90 /.drone.yml
parentf7c59ffdb56c256cb31f14c39f2f2b4915995e42 (diff)
Remove phan config - was replaced by Psalm
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml25
1 files changed, 0 insertions, 25 deletions
diff --git a/.drone.yml b/.drone.yml
index 17486d85642..99e47e18e81 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -43,31 +43,6 @@ trigger:
- pull_request
- push
-#---
-#kind: pipeline
-#name: syntax-and-phan
-#
-#steps:
-#- name: submodules
-# image: docker:git
-# commands:
-# - git submodule update --init
-#- name: phan
-# image: nextcloudci/php7.2:php7.2-13
-# commands:
-# - composer install
-# - composer require --dev "phan/phan:0.11.1"
-# - ./lib/composer/phan/phan/phan -k build/.phan/config.php
-# - php ./build/.phan/plugin-checker.php
-#
-#trigger:
-# branch:
-# - master
-# - stable*
-# event:
-# - pull_request
-# - push
-
---
kind: pipeline
name: litmus