Skip to content

Commit

Permalink
Use newer node version and specify it
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjoelkemp committed Jan 7, 2018
1 parent 3b18d6b commit 34cd9a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
language: node_js
node_js:
- "0.10"
- 6
- 7
- 8

notifications:
email: false
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
"bugs": {
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
},
"engines": {
"node": ">=6.0.0"
},
"homepage": "https://github.com/mrjoelkemp/node-precinct",
"dependencies": {
"commander": "^2.11.0",
Expand Down

0 comments on commit 34cd9a7

Please sign in to comment.