build: remove node 4 tests

This commit is contained in:
Evans Hauser 2018-05-03 17:45:22 -07:00
parent 1f3103b5c7
commit 26c3c07531
No known key found for this signature in database
GPG key ID: 88AF586817F52EEC

View file

@ -36,10 +36,6 @@ jobs:
# Platform tests, each with the same tests but different platform or version. # 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 # The docker tag represents the Node.js version and the full list is available
# at https://hub.docker.com/r/circleci/node/. # at https://hub.docker.com/r/circleci/node/.
Node.js 4:
docker: [ { image: 'circleci/node:4' } ]
<<: *common_test_steps
Node.js 6: Node.js 6:
docker: [ { image: 'circleci/node:6' } ] docker: [ { image: 'circleci/node:6' } ]
<<: *common_test_steps <<: *common_test_steps
@ -79,8 +75,6 @@ workflows:
version: 2 version: 2
Build and Test: Build and Test:
jobs: jobs:
- Node.js 4:
<<: *ignore_doc_branches
- Node.js 6: - Node.js 6:
<<: *ignore_doc_branches <<: *ignore_doc_branches
- Node.js 8: - Node.js 8: