瀏覽代碼

Fix yaml missing installation step

pull/3/head
BinHong Lee 7 年之前
父節點
當前提交
35afafbcb0
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

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


Loading…
取消
儲存