瀏覽代碼

Fix drone yaml file

master
BinHong Lee 6 年之前
父節點
當前提交
0a62ee1878
簽署人: binhong <binhong@binhong.me> GPG Key ID: 6B4C5608EC620D19
共有 1 個文件被更改,包括 5 次插入7 次删除
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml 查看文件

@@ -1,14 +1,12 @@
pipeline:
build:
image: node:${NODE_VERSION}
image: node:${NODE_VERSION}
commands:
- npm install
- npm run test

matrix:
NODE_VERSION:
- latest
- "8"
- "7"
- "6"
- "4"
NODE_VERSION:
- latest
- "9"
- "8"

Loading…
取消
儲存