Browse Source

Update CI config

Daniel Supernault 6 years ago
parent
commit
e8616c290f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .circleci/config.yml

+ 2 - 0
.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: