1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update travis ci config

This commit is contained in:
TimothyYe 2019-01-16 17:58:07 +08:00
parent fd85cd8896
commit 413c2dc983

View File

@ -1,7 +1,5 @@
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
@ -14,4 +12,4 @@ script:
- gometalinter --install
- gometalinter --config=./gometalinter.json --vendor ./...
- cp ./config_sample.json ./config.json
- go test -v ./...
- go test -v ./...