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 0734b7d commit 80e0ed5Copy full SHA for 80e0ed5
.travis.yml
@@ -1,6 +1,15 @@
1
language: node_js
2
node_js:
3
- - 9
4
- - 8
5
- - 6
6
- - 4
+ - "9"
+ - "8"
+ - "6"
+ - "4"
7
+ - "iojs"
8
+ - "0.12"
9
+ - "0.10"
10
+ - "0.8"
11
+sudo: false
12
+before_install:
13
+ - 'nvm install-latest-npm'
14
+matrix:
15
+ fast_finish: true
package.json
@@ -12,7 +12,7 @@
"cached-path-relative": "^1.0.0",
"concat-stream": "~1.6.0",
"defined": "^1.0.0",
- "detective": "^5.0.1",
+ "detective": "^5.0.2",
16
"duplexer2": "^0.1.2",
17
"inherits": "^2.0.1",
18
"parents": "^1.0.0",
@@ -50,7 +50,7 @@
50
"url": "http://substack.net"
51
},
52
"engines": {
53
- "node": ">= 4.0"
+ "node": ">= 0.8.0"
54
55
"license": "MIT"
56
}
0 commit comments