From 203090820cda4e430b3a96125ad216a4ec3e2e18 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Wed, 17 Feb 2016 22:17:55 +0200 Subject: [PATCH] Working on TravisCI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 267f904747ab..82b5ee71a360 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,6 +40,7 @@ before_script: # copy configuration files - cp .env.example .env - cp tests/_bootstrap.php.default tests/_bootstrap.php + - php artisan key:generate --no-interaction # 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;"