We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4bdaa2 commit 04e472dCopy full SHA for 04e472d
.travis.yml
@@ -1,8 +1,10 @@
1
language: node_js
2
node_js:
3
- - "0.10"
+ - "10"
4
+ - "8"
5
+ - "6"
6
7
notifications:
8
email: false
9
-sudo: false
10
+sudo: false
package.json
@@ -31,6 +31,9 @@
31
"url": "https://github.com/Mike-Dax/node-detective-less/issues"
32
},
33
"homepage": "https://github.com/Mike-Dax/node-detective-less",
34
+ "engines": {
35
+ "node": ">= 6.0"
36
+ },
37
"devDependencies": {
38
"mocha": "~2.0.1"
39
0 commit comments