AdGuardHome/.travis.yml

13 lines
180 B
YAML
Raw Normal View History

2018-08-30 16:16:37 +01:00
language: go
sudo: false
go:
- 1.10.x
- 1.11.x
- master
- tip
script:
- cd dnsfilter && go get -d -t . && go test
- cd ../coredns_plugin && go get -d -t . && go test