mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-20 18:01:34 +01:00
14 lines
130 B
YAML
14 lines
130 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.2
|
|
- 1.3
|
|
- 1.4
|
|
- 1.5
|
|
- 1.6
|
|
- 1.7
|
|
- 1.8
|
|
|
|
install:
|
|
- go get github.com/stretchr/testify/assert
|