1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00
godns/.travis.yml
2018-08-24 14:00:20 +08:00

17 lines
360 B
YAML

language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
install:
- go get -v
- go get -v github.com/bitly/go-simplejson
- go get -v github.com/fatih/color
- go get -u github.com/alecthomas/gometalinter
script:
- gometalinter --install
- gometalinter --config=./gometalinter.json --vendor ./...
- cp ./config_sample.json ./config.json
- go test -v ./...