Browse Source

Run integration tests in PostgreSQL 10 too

The values of the PostgreSQL environment variables must match those used
in "travis_ci/core_install.sh" when the server is installed.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
pull/648/head
Daniel Calviño Sánchez 8 years ago
parent
commit
a86e2268cf
  1. 11
      .drone.yml

11
.drone.yml

@ -166,6 +166,9 @@ matrix:
- TESTS: php7.1-integration
DB: mysql
DATABASEHOST: mysql-5.7
- TESTS: php7.1-integration
DB: pgsql
DATABASEHOST: postgres-10
- TESTS: jsunit
services:
@ -179,3 +182,11 @@ services:
when:
matrix:
DATABASEHOST: mysql-5.7
postgres-10:
image: postgres:10
environment:
- POSTGRES_USER=oc_autotest
- POSTGRES_PASSWORD=
when:
matrix:
DATABASEHOST: postgres-10
Loading…
Cancel
Save