Skip to content

Commit 5bbbfe2

Browse files
[ci] remove Node.js 4 and 6 from the build matrix
We keep Node.js 9 for compatibility with the 'uws' dependency (as Node.js 10 fails), but we'll upgrade later.
1 parent ad844f4 commit 5bbbfe2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.travis.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sudo: false
22
language: node_js
33
node_js:
4-
- "4"
5-
- "6"
64
- "8"
75
- "9"
86
git:

0 commit comments

Comments
 (0)