Skip to content

Commit 39a9958

Browse files
Dropping support for node 4 and adding 10, 12 and 14 to travis.yml
1 parent b8b199f commit 39a9958

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- 4
43
- 6
54
- 8
5+
- 10
6+
- 12
7+
- 14
68
script: npm test

0 commit comments

Comments
 (0)