Skip to content

Commit dcce8db

Browse files
committed
remove eslint v4 test in favor of adding v7
1 parent 6746e22 commit dcce8db

File tree

2 files changed

+0
-15
lines changed

2 files changed

+0
-15
lines changed

.circleci/config.yml

-14
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@ workflows:
55
main:
66
jobs:
77
- lint
8-
- test-v4
98
- test-v5
109
- test-v6
1110
- test-v7
1211
- release:
1312
requires:
1413
- lint
15-
- test-v4
1614
- test-v5
1715
- test-v6
1816
- test-v7
@@ -34,18 +32,6 @@ jobs:
3432
name: Lint code
3533
command: npm run lint
3634

37-
test-v4:
38-
docker:
39-
- image: circleci/node:14
40-
steps:
41-
- checkout
42-
- run:
43-
name: Install dependencies
44-
command: npm install
45-
- run:
46-
name: Test ESLint 4
47-
command: npm run test:v4
48-
4935
test-v5:
5036
docker:
5137
- image: circleci/node:14

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
"semantic-release": "semantic-release",
4545
"start": "npm run test-watch",
4646
"test": "jest",
47-
"test:v4": "npm i [email protected] && npm run test",
4847
"test:v5": "npm i [email protected] && npm run test",
4948
"test:v6": "npm i [email protected] && npm run test",
5049
"test:v7": "npm i [email protected] && npm run test",

0 commit comments

Comments
 (0)