diff --git a/.travis.yml b/.travis.yml index 899bb8ea..59edecc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,5 +33,5 @@ services: - sqlite3 before_script: - - mysql -e 'create database ancestry_test;' - - psql -c 'create database ancestry_test;' -U postgres \ No newline at end of file + - mysql -e 'CREATE DATABASE ancestry_test CHARACTER SET utf8 COLLATE utf8_general_ci;' + - psql -c 'CREATE DATABASE ancestry_test;' -U postgres