From 9afa89cee8df916488f01f06e8eb9d33b1cf0723 Mon Sep 17 00:00:00 2001 From: "Timothy J. Warren" Date: Mon, 27 Oct 2014 16:41:32 -0400 Subject: [PATCH] Add a verbose flag to mysql import to see where it is failing --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0241dd1..2835929 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,11 +3,10 @@ language: node_js node_js: - "0.11" - "0.10" - - "0.8" 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 -v -uroot test < ./tests/sql/mysql.sql - psql test postgres -f ./tests/sql/pgsql.sql \ No newline at end of file