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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2019-07-01 21:56:29 +0300
committerJulius Härtl <jus@bitgrid.net>2019-07-01 21:58:52 +0300
commitc5f9f08119479a83e1594b106c8225a2376310ff (patch)
treece771a29a9c7fe5c681be8d12562c36a19d28c78 /.drone.yml
parentf09db3ca384609afa231a931efa202cf1158d134 (diff)
Remove PHP 7.0 syntax check
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.drone.yml b/.drone.yml
index 9a1130808..1a8b98d54 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -23,11 +23,6 @@ trigger:
kind: pipeline
name: syntax
steps:
- - name: syntax-php7.0
- image: nextcloudci/php7.0:php7.0-17
- commands:
- - composer install
- - ./vendor/bin/parallel-lint --exclude ./vendor/ .
- name: syntax-php7.1
image: nextcloudci/php7.1:php7.1-15
commands: