Selaa lähdekoodia

Fix drone yaml file

master
BinHong Lee 6 vuotta sitten
vanhempi
commit
0a62ee1878
Allekirjoittanut: binhong <binhong@binhong.me> GPG Key ID: 6B4C5608EC620D19
1 muutettua tiedostoa jossa 5 lisäystä ja 7 poistoa
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml Näytä tiedosto

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

Ladataan…
Peruuta
Tallenna