Skip to content

Commit

Permalink
Follow-up c68c577 by completely disabling Node.js 6 tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
abernix committed Apr 7, 2020
1 parent c68c577 commit 0d2bc78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
# at https://hub.docker.com/r/circleci/node/.

# NODE: Note certain tests are currently being skipped for Node.js 6.
NodeJS 6:
executor: { name: oss/node, tag: '6' }
steps:
- common_test_steps
# NodeJS 6:
# executor: { name: oss/node, tag: '6' }
# steps:
# - common_test_steps

NodeJS 8:
executor: { name: oss/node, tag: '8' }
Expand Down Expand Up @@ -92,8 +92,8 @@ workflows:
version: 2
Build:
jobs:
- NodeJS 6:
<<: *common_non_publish_filters
# - NodeJS 6:
# <<: *common_non_publish_filters
- NodeJS 8:
<<: *common_non_publish_filters
- NodeJS 10:
Expand Down

0 comments on commit 0d2bc78

Please sign in to comment.