Declare Node versions properly in .travis.yml.

This commit is contained in:
James Coglan
2013-04-28 11:51:34 +01:00
parent 5cc6fc1633
commit 5330ad8da7
+4 -3
View File
@@ -1,8 +1,9 @@
language: node_js
node_js:
- 0.6
- 0.8
- 0.10
- "0.6"
- "0.8"
- "0.10"
before_script:
- rake prepare