adding a drone build spec

This commit is contained in:
Vincent Batts 2018-07-12 08:42:01 -04:00
parent 36aff62c58
commit f4e8b28ec5

7
.drone.yml Normal file
View file

@ -0,0 +1,7 @@
pipeline:
build:
image: golang
commands:
- go get
- go build
- go test