adding a drone build file

This commit is contained in:
Vincent Batts 2018-07-19 09:08:36 -04:00
parent 5b5ff55501
commit f6aa21f676
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

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