Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

Commit 5e3e969

Browse files
committed
node < 0.6 ?
1 parent b53773b commit 5e3e969

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: node_js
22
node_js:
3+
- 0.4
34
- 0.6
45
- 0.8
56
- 0.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"license": "Apache License, Version 2.0",
2727
"engines": {
28-
"node": ">=0.8"
28+
"node": ">=0.6"
2929
},
3030
"preferGlobal": true,
3131
"scripts": {

0 commit comments

Comments
 (0)