Skip to content

Commit b5abaf2

Browse files
committed
chore: add Node.js 8
1 parent b9b0ab6 commit b5abaf2

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ os:
77

88
env:
99
matrix:
10-
- TRAVIS_NODE_VERSION="4"
11-
- TRAVIS_NODE_VERSION="5"
12-
- TRAVIS_NODE_VERSION="6"
10+
- TRAVIS_NODE_VERSION="8"
1311
- TRAVIS_NODE_VERSION="stable"
1412

1513
addons:

appveyor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
environment:
55
matrix:
66
# node.js
7-
- nodejs_version: "4"
8-
- nodejs_version: "5"
9-
- nodejs_version: "6"
7+
- nodejs_version: "8"
108
- nodejs_version: "Stable"
119

1210
platform:

0 commit comments

Comments
 (0)