Skip to content

Commit

Permalink
fix: remove node v6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
yeojz committed Aug 5, 2018
1 parent b5fc508 commit e26335c
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ jobs:
command: npm run codecov
when: on_success

node_v6:
docker:
- image: circleci/node:6
<<: *node_tests

node_v10:
docker:
- image: circleci/node:10
Expand All @@ -147,30 +142,24 @@ workflows:
version: 2
dev-builds:
jobs:
- node_v6:
filters: *filter_common
- node_v8:
filters: *filter_common
- node_v10:
filters: *filter_common
release-builds:
jobs:
- node_v6:
filters: *filter_tag_all
- node_v8:
filters: *filter_tag_all
- node_v10:
filters: *filter_tag_all
- publish_npm_beta:
requires:
- node_v6
- node_v8
- node_v10
filters: *filter_tag_beta
- hold:
type: approval
requires:
- node_v6
- node_v8
- node_v10
filters: *filter_tag_stable
Expand Down

0 comments on commit e26335c

Please sign in to comment.