Explorar el Código

Fix drone yaml file

master
BinHong Lee hace 6 años
padre
commit
0a62ee1878
Firmado por: binhong <binhong@binhong.me> ID de clave GPG: 6B4C5608EC620D19
Se han modificado 1 ficheros con 5 adiciones y 7 borrados
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml Ver fichero

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

Cargando…
Cancelar
Guardar