diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..2aeceeb8 --- /dev/null +++ b/.travis.yml @@ -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 + diff --git a/README.md b/README.md index 75976e72..e7515615 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/AdguardTeam/AdguardDNS.svg)](https://travis-ci.org/AdguardTeam/AdguardDNS) + # Self-hosted AdGuard DNS AdGuard DNS is an ad-filtering DNS server with built-in phishing protection and optional family-friendly protection.