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-08-06 11:37:15 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-08-30 14:55:16 +0300
commit7e065c2946887f93d1930d6b7fa9174e69fbffbc (patch)
tree0fa879faa7cf1293c4b9fbe4c398554b30412e3e /.drone.yml
parent1e24fe858ad4e52910a4d82dad5c9bc3e817ad6e (diff)
Add drone step for postgres with php 7.1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index c048e2fc6fc..7c61e8c4d15 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -300,6 +300,15 @@ pipeline:
matrix:
DB: postgres
PHP: "7.0"
+ postgres-php7.1:
+ image: nextcloudci/php7.1:php7.1-15
+ commands:
+ - sleep 10 # gives the database enough time to initialize
+ - NOCOVERAGE=true TEST_SELECTION=DB ./autotest.sh pgsql
+ when:
+ matrix:
+ DB: postgres
+ PHP: 7.1
mysqlmb4-php5.6:
image: nextcloudci/php5.6:php5.6-8
commands:
@@ -722,6 +731,9 @@ matrix:
- DB: postgres
PHP: 7.0
ENABLE_REDIS: true
+ - DB: postgres
+ PHP: 7.1
+ ENABLE_REDIS: true
- DB: mysqlmb4
PHP: 5.6
ENABLE_REDIS: true