Przeglądaj źródła

Do not specify node version in .travis.yml

That way, travis uses the version specified in .nvmrc
Alberto Fernández Capel 8 lat temu
rodzic
commit
4db146dd51
1 zmienionych plików z 0 dodań i 4 usunięć
  1. 0 4
      services/web/.travis.yml

+ 0 - 4
services/web/.travis.yml

@@ -1,8 +1,5 @@
 language: node_js
 
-node_js:
-    - "0.10"
-
 before_install:
     - npm install -g grunt-cli
 
@@ -16,4 +13,3 @@ script:
 services:
     - redis-server
     - mongodb
-