Skip to content

Commit 34cd9a7

Browse files
committed
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

Lines changed: 3 additions & 1 deletion
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

Lines changed: 3 additions & 0 deletions
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)