Browse Source

👷 test now work but i want to see if all test pass with older version of postgres

pull/1/head
Francois Lannoy 6 years ago
parent
commit
1c14957144
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -25,7 +25,7 @@ jobs:
CONDUIT_SECRET: 'something-really-secret' CONDUIT_SECRET: 'something-really-secret'
FLASK_DEBUG: 1 FLASK_DEBUG: 1
DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb DATABASE_URL: postgresql://myUsr:somePwd@localhost:5432/psdb
- image: circleci/postgres:9.6.2-alpine
- image: circleci/postgres:9.5.19-alpine
environment: environment:
POSTGRES_USER: myUsr POSTGRES_USER: myUsr
POSTGRES_DB: psdb POSTGRES_DB: psdb

Loading…
Cancel
Save