From e8616c290fd0a8caae3e5a983413b4eeae2eb252 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 27 Aug 2018 21:55:47 -0600 Subject: [PATCH] Update CI config --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba3f7ac72..8c0f19f20 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,6 +41,8 @@ jobs: paths: - vendor + - run: php artisan key:generate && php artisan config:clear + # run tests with phpunit or codecept - run: ./vendor/bin/phpunit - store_test_results: