Explorar el Código

Add newer versions of Node.js to test matrix

pull/611/head
David da Silva GitHub hace 9 años
padre
commit
481416d5c8
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      .travis.yml

+ 4
- 0
.travis.yml Ver fichero

@@ -1,6 +1,10 @@
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
before_install:
- npm install -g npm@2.x
script:


Cargando…
Cancelar
Guardar