Add travis testing

This commit is contained in:
Eugene Bujak 2018-08-30 18:16:37 +03:00
parent ed4077a969
commit 0421e1f4f8
2 changed files with 14 additions and 0 deletions

12
.travis.yml Normal file
View 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

View File

@ -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.