1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-19 08:32:58 +00:00
go-dhparam/.travis.yml

13 lines
125 B
YAML
Raw Normal View History

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