Skip to content

Commit 1a2c277

Browse files
SimenBcpojer
authored andcommitted
Stop testing on Node 9 (jestjs#6591)
* Stop testing on Node 9 * Update config.yml
1 parent d787040 commit 1a2c277

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.circleci/config.yml

-16
Original file line numberDiff line numberDiff line change
@@ -73,21 +73,6 @@ jobs:
7373
- store_test_results:
7474
path: reports/junit
7575

76-
test-node-9:
77-
working_directory: ~/jest
78-
docker:
79-
- image: circleci/node:9
80-
steps:
81-
- checkout
82-
- restore-cache: *restore-cache
83-
- run: yarn --no-progress
84-
- save-cache: *save-cache
85-
- run:
86-
command: yarn test-ci-partial
87-
environment:
88-
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"
89-
90-
9176
test-jest-circus:
9277
working_directory: ~/jest
9378
docker:
@@ -156,7 +141,6 @@ workflows:
156141
- test-node-8
157142
- test-node-6
158143
- test-node-10
159-
- test-node-9
160144
- test-jest-circus
161145
- test-browser
162146
- test-and-deploy-website

0 commit comments

Comments
 (0)