From 32f7184fa19b95421129255e2e1e0079e906e940 Mon Sep 17 00:00:00 2001 From: Nafies Luthfi Date: Sun, 9 Apr 2017 18:53:04 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 2ebd14c..ae1af7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ php: before_script: - travis_retry composer self-update - travis_retry composer install --prefer-source --no-interaction --dev + - cp .env.travis .env + - php artisan key:generate script: - phpunit