Prepare for drone

This commit is contained in:
an 2017-12-06 19:33:52 +01:00
parent 71ca00f5de
commit 782dbe803f
1 changed files with 7 additions and 0 deletions

7
.drone.yml Normal file
View File

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