Skip to content

Commit

Permalink
Merge pull request #83 from desktop/test-on-node-7
Browse files Browse the repository at this point in the history
run same tests for node v6 and node v7
  • Loading branch information
shiftkey authored Apr 11, 2017
2 parents b59da8f + 02055a1 commit 3f46d53
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ branches:
language: node_js
node_js:
- "6"
- "7"

cache:
timeout: 600
Expand Down
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
os: Visual Studio 2015

environment:
nodejs_version: "6"
matrix:
- nodejs_version: "6"
- nodejs_version: "7"

cache:
- node_modules
Expand Down

0 comments on commit 3f46d53

Please sign in to comment.