We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ed485 commit 559fcbaCopy full SHA for 559fcba
.travis.yml
@@ -2,14 +2,9 @@ language: node_js
2
env:
3
- NODE_ENV=test
4
node_js:
5
- - "0.10"
6
- - "0.12"
7
- - "1.8"
8
- - "2.5"
9
- - "3.3"
10
- - "4.4"
11
- - "5.11"
12
- - "6.2"
+ - 4
+ - 5
+ - 6
13
sudo: false
14
cache:
15
directories:
package.json
@@ -63,6 +63,9 @@
63
"should": "^11.1.0",
64
"sinon": "^1.17.5"
65
},
66
+ "engines": {
67
+ "node": ">=4"
68
+ },
69
"nyc": {
70
"sourceMap": false,
71
"instrument": false
0 commit comments