Fixed tests

This commit is contained in:
2019-10-26 15:57:47 +09:00
parent bdf7f348e8
commit 15418c1e8e
4 changed files with 45 additions and 68 deletions

View File

@ -3,12 +3,12 @@ name: default
steps:
- name: test
image: archlinux/base
image: golang
environment:
CGO_ENABLED: 0
ARN_ROOT: /drone/src
commands:
- pacman -Syu --noconfirm go nodejs npm make
- apt -y install go nodejs npm make
- go version
- npm install -g typescript
- go mod download