1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/.travis.yml
2016-05-26 12:26:54 +08:00

11 lines
86 B
YAML

language: go
go:
- 1.4
- 1.5
- 1.6
- release
- tip
script:
- go test -v ./...