Browse Source

💚 Fix

main
Alexandre SOARES 4 years ago
parent
commit
f1749a9cdb
  1. 4
      .circleci/config.yml

4
.circleci/config.yml

@ -64,9 +64,7 @@ jobs:
key: dependencies-{{ checksum "package.json" }}-v1
- run:
command: yarn test
environment:
DATABASE_URL: postgres://psqluer:psqlpassword@localhost:5432/psqluer
heroku_deploy:
docker:
- image: buildpack-deps:trusty

Loading…
Cancel
Save