diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a41f72d --- /dev/null +++ b/.drone.yml @@ -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