Skip to content

Commit a240dd0

Browse files
authored
Add Node 10 to CI configs (#572)
1 parent bbbc2db commit a240dd0

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
@@ -7,6 +7,7 @@ node_js:
77
- 6
88
- 8
99
- 9
10+
- 10
1011
env: TEST_SUITE=unit
1112
matrix:
1213
exclude:

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ environment:
44
# node.js
55
- nodejs_version: "6"
66
- nodejs_version: "8"
7+
- nodejs_version: "10"
78

89
# Install scripts. (runs after repo cloning)
910
install:

0 commit comments

Comments
 (0)