Fix pg sql import command for travis
This commit is contained in:
parent
dae1d11530
commit
dbbbc58b24
@ -10,4 +10,4 @@ before_script:
|
||||
- psql -c 'create database test;' -U postgres
|
||||
- mysql -e 'create database IF NOT EXISTS test;'
|
||||
- mysql -Uroot test < ./tests/sql/mysql.sql
|
||||
- psql -f ./tests/sql/pgsql.sql
|
||||
- psql test postgres -f ./tests/sql/pgsql.sql
|
Loading…
Reference in New Issue
Block a user