Skip to content

Commit 848e16b

Browse files
committed
CI: add Node.js 10.
1 parent 19a60cd commit 848e16b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- "4"
77
- "6"
88
- "8"
9+
- "10"
910

1011
cache:
1112
directories:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
- nodejs_version: "4"
88
- nodejs_version: "6"
99
- nodejs_version: "8"
10+
- nodejs_version: "10"
1011

1112
install:
1213
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)