From 26c3c075312b45182a1aed2e5e703776bb9950ee Mon Sep 17 00:00:00 2001 From: Evans Hauser Date: Thu, 3 May 2018 17:45:22 -0700 Subject: [PATCH] build: remove node 4 tests --- .circleci/config.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1f76a0df..f40e291e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,10 +36,6 @@ jobs: # Platform tests, each with the same tests but different platform or version. # The docker tag represents the Node.js version and the full list is available # at https://hub.docker.com/r/circleci/node/. - Node.js 4: - docker: [ { image: 'circleci/node:4' } ] - <<: *common_test_steps - Node.js 6: docker: [ { image: 'circleci/node:6' } ] <<: *common_test_steps @@ -79,8 +75,6 @@ workflows: version: 2 Build and Test: jobs: - - Node.js 4: - <<: *ignore_doc_branches - Node.js 6: <<: *ignore_doc_branches - Node.js 8: