Skip to content

Commit 5007395

Browse files
committed
ci: add Node 11 to CI
1 parent 85e6e01 commit 5007395

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ node_js:
66
- 6
77
- 8
88
- 10
9+
- 11
910

1011
matrix:
1112
fast_finish: true

appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ environment:
77
- nodejs_version: 6
88
- nodejs_version: 8
99
- nodejs_version: 10
10+
- nodejs_version: 11
1011

1112
matrix:
1213
fast_finish: true

0 commit comments

Comments
 (0)