From f5bb3d3f1b1416952ecb8e4eeaaf185e85745be0 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2016 20:37:00 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 40249bd75a30..1cd1811007d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,7 +40,7 @@ install: before_script: # copy configuration files - cp tests/_bootstrap.php.default tests/_bootstrap.php - - cp tests/.env.circleci .env + - cp tests/.env.example .env # create the database and user - mysql -u root -e "create database IF NOT EXISTS ninja;" - mysql -u root -e "GRANT ALL PRIVILEGES ON ninja.* To 'ninja'@'localhost' IDENTIFIED BY 'ninja'; FLUSH PRIVILEGES;"