Add drone build

This commit is contained in:
IamTheFij 2019-10-07 14:59:39 -07:00
parent e3da2e4f80
commit ba2bb86be6
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: test
steps:
- name: test
image: golang:1.12
commands:
- make test