From cb381b6d6361be9f86d3077c90d554124077f13d Mon Sep 17 00:00:00 2001 From: fufroma Date: Mon, 7 Mar 2016 14:58:53 +0100 Subject: [PATCH] Travis and database: try again --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7f86129f..45f05323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: # pear.phpunit.de offline, and travis have phpunit # - pear channel-discover pear.phpunit.de # - pear install phpunit/DbUnit - - mysql -e 'create database alternc_test;' + - mysql -e 'create database alternc_test DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;' - cd phpunit after_script: - wget https://scrutinizer-ci.com/ocular.phar