Skip to content

Commit

Permalink
build: remove node 4 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evans committed May 4, 2018
1 parent b101384 commit 412cc1c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 412cc1c

Please sign in to comment.