Skip to content

Commit 3eb1bb9

Browse files
committed
add travis.yml, bump version
1 parent 57503fa commit 3eb1bb9

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- 0.8
4+
- 0.10
5+
- 0.11

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xml",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.",
55
"homepage": "http://github.com/dylang/node-xml",
66
"keywords": [
@@ -12,7 +12,8 @@
1212
"contributors": [
1313
"Dylan Greene (https://github.com/dylang)",
1414
"Dodo (https://github.com/dodo)",
15-
"Felix Geisendrfer (felix@debuggable.com)"
15+
"Felix Geisendrfer (felix@debuggable.com)",
16+
"Mithgol"
1617
],
1718
"repository":
1819
{

0 commit comments

Comments
 (0)