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.
2 parents f8a4d69 + 36f8667 commit e8540dcCopy full SHA for e8540dc
.travis.yml
@@ -1,11 +1,10 @@
1
language: node_js
2
3
node_js:
4
- - "0.10"
5
- - "0.12"
6
- - "4.0"
7
- - "4.1"
8
- - iojs
+ - "4"
+ - "6"
+ - "8"
+ - "9"
9
10
after_success: npm run coveralls
11
package.json
@@ -83,5 +83,8 @@
83
"nyc": ">=2.2.1",
84
"zap": ">=0.2.9"
85
},
86
+ "engines" : {
87
+ "node" : ">=4.0.0"
88
+ },
89
"license": "MIT"
90
}
0 commit comments