Add .drone.yml

This commit is contained in:
Hamcha 2019-06-18 10:59:58 +02:00
parent 5e49b05136
commit 03212ce70c
Signed by: hamcha
GPG Key ID: A40413D21021EAEE
1 changed files with 11 additions and 0 deletions

11
.drone.yml Normal file
View File

@ -0,0 +1,11 @@
kind: pipeline
name: default
steps:
- name: test
image: golang:alpine
commands:
- go test -v ./...
volumes:
- name: gopath
path: /go