add drone #3

Merged
lunny merged 3 commits from drone into master 2019-08-05 12:56:56 +00:00
Showing only changes of commit e88cde52dc - Show all commits

11
.drone.yml Normal file

@ -0,0 +1,11 @@
kind: pipeline
name: default
steps:
- name: test
image: golang:1.12
environment:
GOPROXY: https://goproxy.cn
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic