Skip to content

Commit

Permalink
chore: update db
Browse files Browse the repository at this point in the history
  • Loading branch information
chidimo committed Feb 27, 2020
1 parent 08b5a0a commit d9f1cc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ before_install:
matrix:
include:
- node_js: '10'
- dist: xenial
# - node_js: '12'
cache:
directories: node_modules
Expand All @@ -30,7 +31,7 @@ deploy:
after_success: yarn coverage

before_script:
- psql -c 'create database qcDB;' -U postgres
- psql -c 'create database testdb;' -U postgres
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
Expand Down

0 comments on commit d9f1cc4

Please sign in to comment.