Add travis testing
This commit is contained in:
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
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
|
||||||
|
|
||||||
@@ -1,3 +1,5 @@
|
|||||||
|
[](https://travis-ci.org/AdguardTeam/AdguardDNS)
|
||||||
|
|
||||||
# Self-hosted AdGuard DNS
|
# Self-hosted AdGuard DNS
|
||||||
|
|
||||||
AdGuard DNS is an ad-filtering DNS server with built-in phishing protection and optional family-friendly protection.
|
AdGuard DNS is an ad-filtering DNS server with built-in phishing protection and optional family-friendly protection.
|
||||||
|
|||||||
Reference in New Issue
Block a user