From 511c41adbde988f3417efd43f173ef39771f9b56 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 27 Oct 2014 16:31:37 -0400 Subject: [PATCH] Fix mysql import for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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