Skip to content

Commit c21a65c

Browse files
committed
Add node v7 to CI configs
1 parent dc78375 commit c21a65c

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,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- '7'
34
- '6'
45
- '5'
56
- '4'

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Test against this version of Node.js
22
environment:
33
matrix:
4+
- nodejs_version: "7"
45
- nodejs_version: "6"
56
- nodejs_version: "5"
67
- nodejs_version: "4"

0 commit comments

Comments
 (0)