1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-16 15:18:27 +00:00
go-dhparam/.travis.yml
Knut Ahlers b956ac4f17
Add Go modules support, update test environment
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-05-04 18:01:14 +02:00

12 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