Skip to content

Commit

Permalink
CI: Set engines in package.json + readd job for Node.Js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jy95 committed Aug 27, 2017
1 parent e4403e5 commit 2f60592
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -11,6 +11,7 @@ notifications:
node_js:
- 'node'
- '7'
- '6'
before_script:
- npm prune
after_success:
Expand Down
4 changes: 4 additions & 0 deletions package.json
Expand Up @@ -11,6 +11,10 @@
"test": "npm run compile && mocha",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"engines": {
"node": ">=6",
"npm": ">=4"
},
"keywords": [
"torrent",
"library",
Expand Down

0 comments on commit 2f60592

Please sign in to comment.