Skip to content

Commit

Permalink
Require Node.js 6
Browse files Browse the repository at this point in the history
  • Loading branch information
realityking authored and Mike-Dax committed Sep 11, 2018
1 parent c4bdaa2 commit 04e472d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: node_js
node_js:
- "0.10"
- "10"
- "8"
- "6"

notifications:
email: false

sudo: false
sudo: false
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
"url": "https://github.com/Mike-Dax/node-detective-less/issues"
},
"homepage": "https://github.com/Mike-Dax/node-detective-less",
"engines": {
"node": ">= 6.0"
},
"devDependencies": {
"mocha": "~2.0.1"
},
Expand Down

0 comments on commit 04e472d

Please sign in to comment.