We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37991b commit 9d4be3cCopy full SHA for 9d4be3c
.travis.yml
@@ -7,4 +7,5 @@ services:
7
before_script:
8
- sleep 15 # allows mongo to warm up
9
- psql -c 'create database wrestler;' -U postgres
10
+ - yarn pg-db-migrate up
11
after_success: yarn run coverage
0 commit comments