瀏覽代碼

add js testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 年之前
父節點
當前提交
a18ca75f2c
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: F84B2110C500B1F
共有 1 個文件被更改,包括 13 次插入0 次删除
  1. +13
    -0
      .drone.yml

+ 13
- 0
.drone.yml 查看文件

@ -3,3 +3,16 @@ clone:
image: plugins/git
depth: 50
tags: true
pipeline:
node_test:
image: node:8
pull: true
commands:
- node -v
- npm -v
- yarn --version
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run production

Loading…
取消
儲存