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 79cbab3 commit 1e0ce75Copy full SHA for 1e0ce75
.travis.yml
@@ -5,12 +5,9 @@ os:
5
language: node_js
6
node_js:
7
- node
8
+ - '7'
9
- '6'
10
+ - '5'
11
- '4'
12
- '0.12'
13
- '0.10'
-matrix:
- allow_failures:
14
- - node_js: '4'
15
- - node_js: '0.12'
16
- - node_js: '0.10'
package.json
@@ -30,12 +30,13 @@
30
},
31
"dependencies": {
32
"async-each-series": "^1.1.0",
33
+ "extend-shallow": "^2.0.1",
34
"log-ok": "^0.1.1",
35
"relative": "^3.0.2",
- "rimraf": "^2.6.0"
36
+ "rimraf": "^2.6.1"
37
38
"devDependencies": {
- "gulp-format-md": "^0.1.11",
39
+ "gulp-format-md": "^0.1.12",
40
"matched": "^0.4.4",
41
"mocha": "^3.2.0"
42
0 commit comments