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 0c56d18 commit e7f21d3Copy full SHA for e7f21d3
.travis.yml
@@ -3,6 +3,5 @@ sudo: false
3
language: node_js
4
5
node_js:
6
+ - node
7
- 6
- - 4
8
- - 0.12
package.json
@@ -35,7 +35,7 @@
35
},
36
"license": "Apache-2.0",
37
"engines": {
38
- "node": ">=0.8"
+ "node": ">=6"
39
40
"scripts": {
41
"prepublish": "npm test",
0 commit comments