We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f3fdf commit 0ed286cCopy full SHA for 0ed286c
.travis.yml
@@ -2,9 +2,7 @@ env:
2
- npm_config_coverage=true
3
language: node_js
4
node_js:
5
- - "5"
6
- - "4.1"
7
- - "4.0"
8
- - "0.12"
+ - "6"
+ - "8"
9
after_success:
10
- bash <(curl -s https://codecov.io/bash)
package.json
@@ -44,5 +44,8 @@
44
"mitm": "^1.3.2",
45
"mocha": "^3.5.0",
46
"must": "^0.13.4"
47
+ },
48
+ "engines": {
49
+ "node": ">=6"
50
}
51
0 commit comments