Skip to content

Commit 0c557b6

Browse files
committed
Merge pull request #73 from nschonni/add-addtional-node-env-for-travis
CI tests on Node 0.6+ stable versions
2 parents 3b9c01e + 7fca6f6 commit 0c557b6

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.travis.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
script: "ant test"
1+
language: node_js
2+
node_js:
3+
- "0.6"
4+
- "0.8"
5+
- "0.10"
6+
- "0.11"
7+
script:
8+
- ant test

0 commit comments

Comments
 (0)