Преглед изворни кода

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