gorush/.drone.yml

16 lines
245 B
YAML
Raw Normal View History

pipeline:
build:
image: appleboy/golang-testing
environment:
- GOPATH=/go
commands:
- make install
- coverage all
services:
redis:
image: redis:alpine
workspace:
path: /go/src/github.com/appleboy/gorush