1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/.travis.yml
2017-10-26 22:29:49 -05:00

14 lines
174 B
YAML

language: go
go:
- 1.7
- 1.8
- 1.9
install:
go get -v
go get -v github.com/bitly/go-simplejson
script:
- cp ./config_sample.json ./config.json
- go test -v ./...