Przeglądaj źródła

travis should use node 6

Typescript requires a higher version of node to function correctly.
Raanan Weber 8 lat temu
rodzic
commit
1dabcd6f7f
1 zmienionych plików z 1 dodań i 1 usunięć
  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