diff --git a/.travis.yml b/.travis.yml index 12bb761..0241dd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file