浏览代码

travis should use node 6

Typescript requires a higher version of node to function correctly.
Raanan Weber 8 年之前
父节点
当前提交
1dabcd6f7f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: node_js
 node_js:
-  - "4.1"
+  - "6"
 before_script:
   - npm install -g gulp
   - cd ./Tools/Gulp