Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Commit

Permalink
Chore: remove node 6 ci job (#524)
Browse files Browse the repository at this point in the history
* Chore: remove node 6 ci job

* remove tests > jobs
  • Loading branch information
mayurkale22 committed May 14, 2019
1 parent 1a77de1 commit 940ef79
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 @@ -38,8 +38,6 @@ workflows:
version: 2
tests:
jobs:
- node6:
filters: *release_tags
- node8:
filters: *release_tags
- node10:
Expand All @@ -48,7 +46,6 @@ workflows:
filters: *release_tags
- publish_npm:
requires:
- node6
- node8
- node10
- node11
Expand All @@ -58,14 +55,6 @@ workflows:
<<: *release_tags

jobs:
node6:
docker:
- image: node:6
user: node
environment: *test_env
- *mongo_service
- *redis_service
<<: *unit_tests
node8:
docker:
- image: node:8
Expand Down

0 comments on commit 940ef79

Please sign in to comment.