From f633e311c5325d405a270a235a85d48a2e17d07b Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2016 21:17:06 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index cbb5d85cac24..da6d5df9b65c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,6 +39,7 @@ install: before_script: # copy configuration files + - cp .env.example .env - cp tests/_bootstrap.php.default tests/_bootstrap.php # create the database and user - mysql -u root -e "create database IF NOT EXISTS ninja;"