mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-05 06:21:24 +00:00
15 lines
169 B
YAML
15 lines
169 B
YAML
|
go_import_path: github.com/kevinburke/ssh_config
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.11.x
|
||
|
- 1.12.x
|
||
|
- master
|
||
|
|
||
|
before_script:
|
||
|
- go get -u ./...
|
||
|
|
||
|
script:
|
||
|
- make race-test
|