1
0
Fork 0
mirror of https://github.com/Luzifer/go-openssl.git synced 2024-10-18 06:14:21 +00:00
go-openssl/.travis.yml
Knut Ahlers eb0c38a83d
Add benchmarks
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-11 12:12:43 +02:00

13 lines
129 B
YAML

language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- 1.11.x
- tip
script:
- go vet
- go test -v -bench . -cover