mirror of
https://github.com/coredns/coredns.git
synced 2026-01-03 23:41:29 -05:00
9 lines
103 B
YAML
9 lines
103 B
YAML
language: go
|
|
sudo: false
|
|
go:
|
|
- 1.5
|
|
- 1.6
|
|
- tip
|
|
#script:
|
|
# - go test -race -v -bench=./... ./...
|