Browse Source

Fix yaml missing installation step

pull/3/head
BinHong Lee 7 years ago
parent
commit
35afafbcb0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

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


Loading…
Cancel
Save