mirror of
https://github.com/Luzifer/go-openssl.git
synced 2024-12-20 19:01:18 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
dist: bionic
|
|
language: go
|
|
|
|
go:
|
|
- 1.13.x
|
|
- 1.14.x
|
|
- tip
|
|
|
|
script:
|
|
- go vet
|
|
- go test -v -bench . -cover
|