Add .drone.yml
Some checks failed
the build failed

This commit is contained in:
Peter Stuifzand 2019-03-11 20:32:46 +01:00
parent 9b306c71a9
commit fad0e00acf

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
name: testing
clone:
depth: 50
steps:
- name: testing
image: golang:1.11
pull: true
commands:
- go test -v .
- go vet