1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 14:24:20 +00:00
go-openssl/.travis.yml

12 lines
112 B
YAML
Raw Normal View History

dist: bionic
language: go
go:
- 1.13.x
- 1.14.x
- tip
script:
- go vet
- go test -v -bench . -cover