Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit e2af535

Browse files
authored
start testing against Node 8 (#267)
1 parent 6956da8 commit e2af535

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dist: trusty
33
node_js:
44
- '4'
55
- '6'
6-
- '7'
6+
- '8'
77
script:
88
- ./bin/run-test.sh -c
99
notifications:

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
# node.js
55
- nodejs_version: "4"
66
- nodejs_version: "6"
7-
- nodejs_version: "7"
7+
- nodejs_version: "8"
88

99
# Install scripts. (runs after repo cloning)
1010
install:

0 commit comments

Comments
 (0)