add ci config

This commit is contained in:
Jay 2019-12-10 14:37:20 +00:00
parent 02dd5bac3d
commit 45a68df83d
1 changed files with 15 additions and 0 deletions

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.13
commands:
- go get ./...
- go test ./...
trigger:
branch:
- master