Explorar el Código

Internal: Updated the version of Node.js on Travis. Closes #6542.

Kamil Piechaczek hace 5 años
padre
commit
18ad222d31
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -8,7 +8,7 @@ services:
 cache:
   yarn: true
 node_js:
-- "8"
+- "10"
 cache:
 - node_modules
 before_install: