mirror of
https://github.com/coredns/coredns.git
synced 2025-12-07 19:05:19 -05:00
8 lines
90 B
YAML
8 lines
90 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
script:
|
|
- go test -race -bench=./... ./...
|