Skip to content

Commit 7e9dda1

Browse files
committed
chore: test node 8
1 parent 16632f4 commit 7e9dda1

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
@@ -14,4 +14,5 @@ node_js:
1414
- "4"
1515
- "6"
1616
- "7"
17+
- "8"
1718
after_success: npm run coveralls

appveyor.yml

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

1112
pull_requests:
1213
do_not_increment_build_number: true

0 commit comments

Comments
 (0)