Skip to content

Commit

Permalink
Stop testing on Node 9 (jestjs#6591)
Browse files Browse the repository at this point in the history
* Stop testing on Node 9

* Update config.yml
  • Loading branch information
SimenB authored and cpojer committed Jul 2, 2018
1 parent d787040 commit 1a2c277
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,21 +73,6 @@ jobs:
- store_test_results:
path: reports/junit

test-node-9:
working_directory: ~/jest
docker:
- image: circleci/node:9
steps:
- checkout
- restore-cache: *restore-cache
- run: yarn --no-progress
- save-cache: *save-cache
- run:
command: yarn test-ci-partial
environment:
JEST_JUNIT_OUTPUT: "reports/junit/js-test-results.xml"


test-jest-circus:
working_directory: ~/jest
docker:
Expand Down Expand Up @@ -156,7 +141,6 @@ workflows:
- test-node-8
- test-node-6
- test-node-10
- test-node-9
- test-jest-circus
- test-browser
- test-and-deploy-website

0 comments on commit 1a2c277

Please sign in to comment.