minitor-go/.drone.yml

9 lines
104 B
YAML
Raw Normal View History

2019-10-07 21:59:39 +00:00
kind: pipeline
name: test
steps:
- name: test
image: golang:1.12
commands:
- make test