8000 added node 0.8 to travis config and package.json · LikeABossProgrammer/log4js-node@8b49ba9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b49ba9

Browse files
author
Gareth Jones
committed
added node 0.8 to travis config and package.json
1 parent ed74628 commit 8b49ba9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
language: node_js
22
node_js:
33
- "0.10"
4+
- "0.8"< 8576 /span>
5+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"url": "http://github.com/nomiddlename/log4js-node/issues"
1919
},
2020
"engines": {
21-
"node": "~0.10"
21+
"node": ">=0.8"
2222
},
2323
"scripts": {
2424
"test": "vows"

0 commit comments

Comments
 (0)
0