xls/.drone.yml
lunny aa66d56c9d
All checks were successful
continuous-integration/drone/push Build is passing
add drone (#2)
2019-07-12 05:38:18 +00:00

10 lines
141 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: golang:1.12
environment:
GOPROXY: https://goproxy.cn
commands:
- go test