From 412cc1cb7ee96ec1c74f98da2d11eeff32675e31 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9fd747ac13e..3e23ac07909 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