浏览代码

add js testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 年前
父节点
当前提交
a18ca75f2c
找不到此签名对应的密钥 GPG 密钥 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

正在加载...
取消
保存