Bläddra i källkod

Fix drone yaml file

master
BinHong Lee 6 år sedan
förälder
incheckning
0a62ee1878
Signerad av: binhong <binhong@binhong.me> GPG-nyckel ID: 6B4C5608EC620D19
1 ändrade filer med 5 tillägg och 7 borttagningar
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml Visa fil

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

Laddar…
Avbryt
Spara