Skip to content

Commit

Permalink
fix: travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfaust committed Nov 20, 2018
1 parent 884ae85 commit 77adcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 77adcfc

Please sign in to comment.