hook up CI

This commit is contained in:
alex
2016-06-27 12:07:56 +01:00
parent 6631c269a8
commit 04bf3e3e19

7
.drone.yml Normal file
View File

@@ -0,0 +1,7 @@
clone:
depth: 1
build:
image: golang
commands:
- go vet
- go test