Browse Source

fix ident

pull/2/head
Neel Coffin 6 years ago
parent
commit
b1abd22b81
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -46,8 +46,8 @@ jobs:
docker: docker:
- image: postgres:9.6-jessie - image: postgres:9.6-jessie
environment: environment:
POSTGRES_USER: psqluser
POSTGRES_DB: psdb
POSTGRES_USER: psqluser
POSTGRES_DB: psdb
steps: steps:
- run: - run:
command: yarn test:e2e command: yarn test:e2e

Loading…
Cancel
Save