Skip to content

Commit

Permalink
Merge pull request #53 from webcompat/50/1
Browse files Browse the repository at this point in the history
Fixes #50 - Update CircleCI configuration to work with PostgreSQL
  • Loading branch information
karlcow authored Aug 22, 2018
2 parents aa5c5c6 + 1446838 commit 1b74f28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
- image: circleci/python:3.6.1
environment:
FLASK_CONFIG: testing
DATABASE_URL: postgresql://root@localhost/circle_test
HOOK_SECRET_KEY: SECRETS
# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
# documented at https://circleci.com/docs/2.0/circleci-images/
# - image: circleci/postgres:9.4
- image: circleci/postgres:10.4-alpine-ram


working_directory: ~/repo

Expand Down

0 comments on commit 1b74f28

Please sign in to comment.