Ver código fonte

add js testing.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
pull/1/merge
Bo-Yi Wu 6 anos atrás
pai
commit
a18ca75f2c
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: F84B2110C500B1F
1 arquivos alterados com 13 adições e 0 exclusões
  1. +13
    -0
      .drone.yml

+ 13
- 0
.drone.yml Ver arquivo

@ -3,3 +3,16 @@ clone:
image: plugins/git
depth: 50
tags: true
pipeline:
node_test:
image: node:8
pull: true
commands:
- node -v
- npm -v
- yarn --version
- yarn config set cache-folder .yarn-cache
- yarn install
- yarn run production

Carregando…
Cancelar
Salvar