1
0
Fork 0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-11-08 15:20:03 +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

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