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 12488ab commit 920f9dbCopy full SHA for 920f9db
.travis.yml
@@ -1,10 +1,8 @@
1
language: node_js
2
node_js:
3
- "0.12"
4
- - "1"
5
- - "2"
6
- - "3"
7
- "4"
+ - "5"
8
sudo: false
9
script: "make test-travis"
10
after_script: "npm install coveralls@2 && cat ./coverage/lcov.info | coveralls"
package.json
@@ -55,8 +55,7 @@
55
"urllib": "^2.5.0"
56
},
57
"engines": {
58
- "node": ">= 0.12.0",
59
- "iojs": ">= 1.0.0"
+ "node": ">= 0.12.0"
60
61
"files": [
62
"lib"
0 commit comments