Prepare for drone

This commit is contained in:
an 2017-12-06 19:33:52 +01:00
parent 71ca00f5de
commit 782dbe803f

7
.drone.yml Normal file
View file

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