mirror of
https://github.com/vale981/apollo-server
synced 2025-03-05 09:41:40 -05:00
build: remove node 4 tests
This commit is contained in:
parent
1f3103b5c7
commit
26c3c07531
1 changed files with 0 additions and 6 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue