Skip to content

Commit 1ef88fb

Browse files
committed
Merge pull request #146 from kkirsche/patch-6
Test against Node 0.12.0 on Travis CI
2 parents 77e3d0b + 713193a commit 1ef88fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@ node_js:
44
- "0.8"
55
- "0.10"
66
- "0.11"
7+
- "0.12"
78
script:
8-
- ant test
9+
- ant test

0 commit comments

Comments
 (0)