소스 검색

.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 8 년 전
부모
커밋
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