浏览代码

Merge pull request #481 from herby/node-both-08-and-010

Travis tests both on node 0.8 and 0.10.
Nicolas Petton 11 年之前
父节点
当前提交
b89c47c5f6
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -1,5 +1,6 @@
 language: node_js
 node_js:
   - 0.8
+  - 0.10
 before_script:
   - npm install -g grunt-cli