From 6bcbd061f04438408250291d2005bb8cde9ef92b Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 27 Aug 2018 21:50:45 -0600 Subject: [PATCH] Update CI config --- .circleci/config.yml | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d8ab28e92..ba3f7ac72 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,23 +41,6 @@ jobs: paths: - vendor - # node cache - - - restore_cache: - keys: - - node-v3-{{ checksum "package.json" }} - - node-v3- - - run: yarn install - - save_cache: - key: node-v3-{{ checksum "package.json" }} - paths: - - node_modules - - ~/.yarn - - # prepare the database - - run: touch storage/testing.sqlite - - run: php artisan migrate --env=testing --database=sqlite_testing --force - # run tests with phpunit or codecept - run: ./vendor/bin/phpunit - store_test_results: