Skip to content

Commit 94f1b64

Browse files
authored
Merge pull request #101 from ntwb/patch-1
Add Node.js 8.x to Travis CI
2 parents 873f036 + a8364ce commit 94f1b64

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
sudo: false
22
language: node_js
33
node_js:
4+
- "8"
45
- "4"
56
- "6"
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: '8'
34
- nodejs_version: '4'
45
- nodejs_version: '6'
56
- nodejs_version: '7'

0 commit comments

Comments
 (0)