Ver a proveniência

Fix drone yaml file

master
BinHong Lee há 6 anos
ascendente
cometimento
0a62ee1878
Assinados por: binhong <binhong@binhong.me> ID da chave GPG: 6B4C5608EC620D19
1 ficheiros alterados com 5 adições e 7 eliminações
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml Ver ficheiro

@@ -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"

Carregando…
Cancelar
Guardar