Skip to content

Commit

Permalink
- package.json: max ver, ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Spown committed Jan 11, 2018
1 parent 0630df4 commit 2e0f7cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ node_js:
- 5
- 6
- 7
- 8
- 9
branches:
only:
- master
Expand Down
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ environment:
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"zombie": "^5.0.7"
},
"engines": {
"node": ">=0.10.0 <8"
"node": ">=0.10.0"
},
"scripts": {
"jshint": "jshint --verbose .",
Expand Down

0 comments on commit 2e0f7cb

Please sign in to comment.