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

github.com/nextcloud/files_pdfviewer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hirsch <info@robert-hirsch.de>2019-01-03 16:22:30 +0300
committerRobert Hirsch <info@robert-hirsch.de>2019-01-03 16:22:30 +0300
commit850aa088dbc2d3767dc466e9538e9b6bc6a7997f (patch)
tree7ec246c3d6fa46b1be8ee79d46464ba6e1a9d6d3
parent5de39bca60e4c0f1ca1e76ce26d5539e184ac028 (diff)
delete php7.0 from drone and travis
Signed-off-by: Robert Hirsch <info@robert-hirsch.de>
-rw-r--r--.drone.yml2
-rw-r--r--.travis.yml9
2 files changed, 5 insertions, 6 deletions
diff --git a/.drone.yml b/.drone.yml
index 74bcabb..ecb0a24 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,7 +5,7 @@ clone:
pipeline:
signed-off-check:
- image: nextcloudci/php7.0:php7.0-2
+ image: nextcloudci/php7.1:php7.1-16
environment:
- APP_NAME=files_pdfviewer
- CORE_BRANCH=master
diff --git a/.travis.yml b/.travis.yml
index 897b64b..57b2232 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,5 @@
language: php
php:
- - 7.0
- 7.1
- 7.2
- 7.3
@@ -52,13 +51,13 @@ script:
matrix:
include:
- - php: 7.0
+ - php: 7.1
env: DB=mysql
- - php: 7.0
+ - php: 7.1
env: DB=pgsql
- - php: 7.0
+ - php: 7.1
env: DB=mysql;CODECHECK=1
- - php: 7.0
+ - php: 7.1
env: DB=mysql;CODECHECK=2
fast_finish: true