Skip to content

Commit 3b7e8cb

Browse files
committed
ci: build on node 8
1 parent ba93a88 commit 3b7e8cb

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
@@ -3,6 +3,7 @@ git:
33
depth: 2
44
language: node_js
55
node_js:
6+
- "8"
67
- "6"
78
- "4"
89
after_script: npm run cover

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ skip_tags: true
88

99
environment:
1010
matrix:
11+
- nodejs_version: '8'
1112
- nodejs_version: '6'
1213
- nodejs_version: '4'
1314

0 commit comments

Comments
 (0)