Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Use node 7.x in package.json and travis
Browse files Browse the repository at this point in the history
Fix #7061
  • Loading branch information
ayumi authored and bridiver committed Feb 8, 2017
1 parent 6d3b9e1 commit 2bf3807
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
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "6.1"
- "7"
dist: trusty
sudo: required
before_install:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@
},
"engineStrict": true,
"engines": {
"node": ">= 6.1.0"
"node": ">= 7.0.0"
}
}

0 comments on commit 2bf3807

Please sign in to comment.