Browse Source

Update config.yml

pull/9/head
LecomteAdrien 6 years ago
parent
commit
954029b926
  1. 5
      .circleci/config.yml

5
.circleci/config.yml

@ -61,11 +61,10 @@ jobs:
API_HOST: localhost
API_PROTOCOL: http
- image: circleci/prostgres:9.6.2-alpine
- image: circleci/postgres:9.6.2-alpine
environment:
POSTGRES_DB: psdb
POSTGRES_USER: psqluer
POSTGRES_DB: psdb
steps:
- checkout

Loading…
Cancel
Save