Declare Node versions properly in .travis.yml.
This commit is contained in:
+4
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user