Skip to content

Commit

Permalink
min node version - 6.9.5 lts
Browse files Browse the repository at this point in the history
  • Loading branch information
Evheniy Bystrov committed Feb 10, 2017
1 parent db0961c commit 0bbeef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: node_js
node_js:
- "4"
- "5"
- "6"
- 6
- 7
script:
- npm run lint
- npm run test
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"engines": {
"node": ">=7.0.0"
"node": ">=6.9.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0bbeef9

Please sign in to comment.