mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-12 18:37:54 +08:00
16d0043cce
Thanks to @BenoitKnecht for leading the way on this.
6 lines
65 B
YAML
6 lines
65 B
YAML
language: go
|
|
go:
|
|
- 1.x
|
|
- master
|
|
script:
|
|
go test -v -race
|