Add travis testing
This commit is contained in:
parent
ed4077a969
commit
0421e1f4f8
|
@ -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 @@
|
||||||
|
[![Build Status](https://travis-ci.org/AdguardTeam/AdguardDNS.svg)](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.
|
||||||
|
|
Loading…
Reference in New Issue