Ver código fonte

Fix yaml missing installation step

pull/3/head
BinHong Lee 7 anos atrás
pai
commit
35afafbcb0
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml Ver arquivo

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


Carregando…
Cancelar
Salvar