Add drone build

This commit is contained in:
Ian Fijolek
2019-10-07 14:59:39 -07:00
parent e3da2e4f80
commit ba2bb86be6
+8
View File
@@ -0,0 +1,8 @@
kind: pipeline
name: test
steps:
- name: test
image: golang:1.12
commands:
- make test