Skip to content

Commit 4a4ec4d

Browse files
committed
Now needs Node 4.8.0 or higher because of yarn
1 parent ac18059 commit 4a4ec4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ node_js:
44
- 8
55
- 6
66
- 4
7-
- 4.0.0
7+
- 4.8.0
88
after_success:
99
- "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,6 @@
7070
"sinon-chai": "^3.0.0"
7171
},
7272
"engines": {
73-
"node": ">= 4.0.0"
73+
"node": ">= 4.8.0"
7474
}
7575
}

0 commit comments

Comments
 (0)