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