Skip to content

Commit 2f690b4

Browse files
authored
update CI to build on Node 6+7 (#846)
* update Travis to build on Node 6+7 * build against node 6+7 on windows
1 parent b79e083 commit 2f690b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: node_js
22
node_js:
3-
- 4
43
- 6
4+
- 7
55

66
os:
77
- linux

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Test against this version of Node.js
22
environment:
33
matrix:
4-
- nodejs_version: "4"
4+
- nodejs_version: "7"
55
- nodejs_version: "6"
66

77
# platform:

0 commit comments

Comments
 (0)