From 77adcfc74b0271bbda154eec7c9557b7261ea4f0 Mon Sep 17 00:00:00 2001 From: Vlad Faust Date: Wed, 21 Nov 2018 01:12:07 +0300 Subject: [PATCH] fix: travis build --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f49de1..f5c3294 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,6 @@ deploy: local_dir: docs before_script: - psql -c 'create database test;' -U postgres - - psql $POSTGRESQL_URL < spec/migration.sql + - psql $POSTGRESQL_URL < db_spec/pg/migration.sql env: - POSTGRESQL_URL=postgres://postgres@localhost:5432/test