We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884ae85 commit 77adcfcCopy full SHA for 77adcfc
1 file changed
.travis.yml
@@ -14,6 +14,6 @@ deploy:
14
local_dir: docs
15
before_script:
16
- psql -c 'create database test;' -U postgres
17
- - psql $POSTGRESQL_URL < spec/migration.sql
+ - psql $POSTGRESQL_URL < db_spec/pg/migration.sql
18
env:
19
- POSTGRESQL_URL=postgres://postgres@localhost:5432/test
0 commit comments