Fix pg sql import command for travis

This commit is contained in:
Timothy Warren 2014-10-27 16:19:42 -04:00
parent dae1d11530
commit dbbbc58b24
1 changed files with 1 additions and 1 deletions

View File

@ -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