add drone support #2

Merged
lunny merged 2 commits from :lunny/add_drone into master 2019-08-05 03:19:21 +00:00
2 changed files with 9 additions and 11 deletions
Showing only changes of commit 805f341e03 - Show all commits

9
.drone.yml Normal file

@ -0,0 +1,9 @@
kind: pipeline
name: default
steps:
- name: test
image: golang:1.11

GOPROXY env var?

GOPROXY env var?
Outdated
Review

done.

done.
commands:
- go build -v
- go test -v -race -coverprofile=coverage.txt -covermode=atomic

@ -1,11 +0,0 @@
sudo: false
language: go
go:
- 1.4
- 1.5
- 1.6
- 1.7
- 1.8
- master
script: go test -v -cover -race