Skip to content

Commit

Permalink
bump CI to use node 7
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Mar 29, 2017
1 parent 470c123 commit 3ef6c7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ branches:

language: node_js
node_js:
- "6"
- "7"

cache:
timeout: 600
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform:
- x64

environment:
nodejs_version: "6"
nodejs_version: "7"

cache:
- node_modules -> appveyor.yml
Expand Down

0 comments on commit 3ef6c7b

Please sign in to comment.