mirror of
https://github.com/taigrr/godns
synced 2025-01-18 04:03:25 -08:00
12 lines
124 B
YAML
12 lines
124 B
YAML
language: go
|
|
go:
|
|
- 1.7
|
|
- 1.8
|
|
|
|
install:
|
|
go get -v
|
|
|
|
script:
|
|
- cp ./config_sample.json ./config.json
|
|
- go test -v ./...
|