Skip to content

Commit 89d4e0a

Browse files
authored
Only use Node 6 as the testing Node.js version. (vercel#2609)
It's safe to use this as we don't use any platform specific Node.js features.
1 parent 61ffc6d commit 89d4e0a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ addons:
88
- google-chrome-stable
99
language: node_js
1010
node_js:
11-
- "4"
1211
- "6"
1312
cache:
1413
directories:

appveyor.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
environment:
22
matrix:
3-
- nodejs_version: "4"
43
- nodejs_version: "6"
54

65
# Install scripts. (runs after repo cloning)

0 commit comments

Comments
 (0)