Skip to content

Commit 34cd9a7

Browse files
committedJan 7, 2018
Use newer node version and specify it
1 parent 3b18d6b commit 34cd9a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
language: node_js
22
node_js:
3-
- "0.10"
3+
- 6
4+
- 7
5+
- 8
46

57
notifications:
68
email: false

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
"bugs": {
2929
"url": "https://github.com/mrjoelkemp/node-precinct/issues"
3030
},
31+
"engines": {
32+
"node": ">=6.0.0"
33+
},
3134
"homepage": "https://github.com/mrjoelkemp/node-precinct",
3235
"dependencies": {
3336
"commander": "^2.11.0",

0 commit comments

Comments
 (0)
Please sign in to comment.