Fix mysql import for travis
This commit is contained in:
parent
dbbbc58b24
commit
511c41adbd
@ -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
|
Loading…
Reference in New Issue
Block a user