From 853f7255c5f3db217685921583fe8e3aa1be36a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 4 Dec 2014 13:12:21 +0100 Subject: [PATCH] Create database for test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3a5a1844f7..def57d675a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: sudo: false before_script: - export PATH=~/.composer/vendor/bin/:$PATH + - mysql -uroot -e "CREATE DATABASE test;" - composer install --dev --no-interaction ; - ./scripts/generate-mo --quiet script: