Skip to content

Commit 77adcfc

Browse files
committed
fix: travis build
1 parent 884ae85 commit 77adcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ deploy:
1414
local_dir: docs
1515
before_script:
1616
- psql -c 'create database test;' -U postgres
17-
- psql $POSTGRESQL_URL < spec/migration.sql
17+
- psql $POSTGRESQL_URL < db_spec/pg/migration.sql
1818
env:
1919
- POSTGRESQL_URL=postgres://postgres@localhost:5432/test

0 commit comments

Comments
 (0)