浏览代码

.travis.yml: changing node version specification

using explicit number for LTS and for archaic ones
using 'node' for latest stable (add specific one when it becomes LTS)
Herbert Vojčík 10 年之前
父节点
当前提交
9258cdb94e
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .travis.yml

+ 2 - 2
.travis.yml

@@ -2,8 +2,8 @@ language: node_js
 node_js:
   - "0.10"
   - "0.12"
-  - "4"
-  - "5"
+  - "4.2"
+  - "node"
 install:
   - npm install -g grunt-cli mocha
   - npm install