mirror of
https://github.com/Luzifer/go-dhparam.git
synced 2024-11-08 15:20:03 +00:00
11 lines
116 B
YAML
11 lines
116 B
YAML
language: go
|
|
|
|
go:
|
|
- 1.12.x
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
script:
|
|
- go vet
|
|
- go test -v -cover -timeout 1800s
|