Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit e206aa0

Browse files
committed
feat(ci): add node@10 to CI
1 parent 8fcaa21 commit e206aa0

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
@@ -1,6 +1,7 @@
11
language: node_js
22
sudo: false
33
node_js:
4+
- "10"
45
- "9"
56
- "8"
67
- "7"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
environment:
22
matrix:
3+
- nodejs_version: "10"
34
- nodejs_version: "9"
45
- nodejs_version: "8"
56
- nodejs_version: "7"

0 commit comments

Comments
 (0)