mirror of
https://github.com/strongdm/comply
synced 2024-11-05 15:35:25 +00:00
9 lines
252 B
YAML
9 lines
252 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
script:
|
|
- GOOS=windows go install github.com/chzyer/readline/example/...
|
|
- GOOS=linux go install github.com/chzyer/readline/example/...
|
|
- GOOS=darwin go install github.com/chzyer/readline/example/...
|
|
- go test -race -v
|