1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-06-03 12:36:03 +02:00
drone-cli/.drone.yml
2015-02-13 00:24:05 -08:00

7 lines
67 B
YAML

image: go
script:
- cd drone
- go get
- go build
- go test