Explorar el Código

Fix yaml missing installation step

pull/3/head
BinHong Lee hace 7 años
padre
commit
35afafbcb0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml Ver fichero

@@ -7,6 +7,7 @@ node_js:
- "4"
- "lts/*"
install:
- npm install
- npm install -g codecov
script:
- npm test


Cargando…
Cancelar
Guardar