diff --git a/.travis.yml b/.travis.yml index 6989c3c..12bb761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file + - psql test postgres -f ./tests/sql/pgsql.sql \ No newline at end of file