Fix mysql import for travis

This commit is contained in:
Timothy Warren 2014-10-27 16:31:37 -04:00
parent dbbbc58b24
commit 511c41adbd
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ before_script:
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
- psql -c 'create database test;' -U postgres
- mysql -e 'create database IF NOT EXISTS test;'
- mysql -Uroot test < ./tests/sql/mysql.sql
- mysql -uroot test < ./tests/sql/mysql.sql
- psql test postgres -f ./tests/sql/pgsql.sql