Skip to content

Commit

Permalink
Add drone step for postgres with php 7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roeland Jago Douma <[email protected]>
  • Loading branch information
rullzer authored and MorrisJobke committed Aug 30, 2017
1 parent 1e24fe8 commit 7e065c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7e065c2

Please sign in to comment.