1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/.travis.yml
2014-05-14 17:18:06 +08:00

10 lines
79 B
YAML

language: go
go:
- 1.1
- 1.2
- release
- tip
script:
- go test -v ./...