adding a drone build file

This commit is contained in:
Vincent Batts 2018-07-19 09:08:36 -04:00
parent 5b5ff55501
commit f6aa21f676

6
.drone.yml Normal file
View file

@ -0,0 +1,6 @@
pipeline:
build:
image: golang:1.10
commands:
- go get ./...
- go test ./...