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 d92adc5811 - Show all commits

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