Skip to content

Commit

Permalink
increase minimum supported node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
valery-barysok committed Jun 9, 2019
1 parent f08bd65 commit c57ec71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
language: node_js
node_js:
- "node"
- "11"
- "10"
- "9"
- "8"
- "7"
- "6"
- "4"
sudo: false
git:
depth: 10
branches:
only:
- master
script: "npm run-script test-ci"
script: "npm run test-ci"
after_script: "nyc report --reporter=text-lcov | coveralls"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"license": "Apache-2.0",
"engines": {
"node": ">= 4"
"node": ">= 6"
},
"dependencies": {
"bagpipe": "^0.3.5",
Expand Down

0 comments on commit c57ec71

Please sign in to comment.