Przeglądaj źródła

Fix drone yaml file

master
BinHong Lee 6 lat temu
rodzic
commit
0a62ee1878
Podpisane przez: binhong <binhong@binhong.me> ID klucza GPG: 6B4C5608EC620D19
1 zmienionych plików z 5 dodań i 7 usunięć
  1. +5
    -7
      .drone.yml

+ 5
- 7
.drone.yml Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz