Skip to content

Commit 0de7be0

Browse files
committed
add node v8 to CI
1 parent 2e25849 commit 0de7be0

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ language: cpp
44

55
env:
66
matrix:
7+
- TRAVIS_NODE_VERSION="8"
78
- TRAVIS_NODE_VERSION="7"
89
- TRAVIS_NODE_VERSION="6"
910
- TRAVIS_NODE_VERSION="5"

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ environment:
66
# Test against these versions of Node.js and io.js
77
matrix:
88
# node.js
9+
- nodejs_version: "8"
910
- nodejs_version: "7"
1011
- nodejs_version: "6"
1112
- nodejs_version: "5"

0 commit comments

Comments
 (0)