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 3f3109ccc9
Library does not work with Go <1.8
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-10-08 11:36:33 +02:00

12 lines
110 B
YAML

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