Skip to content

Commit

Permalink
update CI to build on Node 6+7 (#846)
Browse files Browse the repository at this point in the history
* update Travis to build on Node 6+7

* build against node 6+7 on windows
  • Loading branch information
benmosher committed May 25, 2017
1 parent b79e083 commit 2f690b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,7 +1,7 @@
language: node_js
node_js:
- 4
- 6
- 7

os:
- linux
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,7 +1,7 @@
# Test against this version of Node.js
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "7"
- nodejs_version: "6"

# platform:
Expand Down

0 comments on commit 2f690b4

Please sign in to comment.