Skip to content

Commit 70e0161

Browse files
committed
[ci] Remove unsupported node versions
1 parent e860735 commit 70e0161

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ sudo: false
22
language: node_js
33
node_js:
44
- "10"
5-
- "9"
65
- "8"
7-
- "7"
86
- "6"
9-
- "4"
107
os:
118
- linux
129
- osx

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
environment:
22
matrix:
33
- nodejs_version: "10"
4-
- nodejs_version: "9"
54
- nodejs_version: "8"
6-
- nodejs_version: "7"
75
- nodejs_version: "6"
8-
- nodejs_version: "4"
96
platform:
107
- x86
118
- x64

0 commit comments

Comments
 (0)