Skip to content

Commit

Permalink
Fix circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
barseghyanartur committed Jan 12, 2020
1 parent 950026a commit c82cb76
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 @@ -13,7 +13,10 @@ jobs:
# 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:9.4
environment:
POSTGRES_USER: postgres
POSTGRES_DB: fobi_tests

working_directory: ~/repo

Expand Down

0 comments on commit c82cb76

Please sign in to comment.