Explorar el Código

switch to nvmrc for travis node version (#605)

Stephen hace 6 años
padre
commit
bdae1b7469
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. 1 0
      .nvmrc
  2. 0 2
      .travis.yml

+ 1 - 0
.nvmrc

@@ -0,0 +1 @@
+11

+ 0 - 2
.travis.yml

@@ -2,8 +2,6 @@ language: node_js
 before_install:
   - curl -o- -L https://yarnpkg.com/install.sh | bash
   - export PATH="$HOME/.yarn/bin:$PATH"
-node_js:
-  - 11
 cache: yarn
 script:
   - yarn lint