mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-14 22:48:35 +03:00
Add travis testing
This commit is contained in:
parent
ed4077a969
commit
0421e1f4f8
2 changed files with 14 additions and 0 deletions
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
|
||||
|
||||
AdGuard DNS is an ad-filtering DNS server with built-in phishing protection and optional family-friendly protection.
|
||||
|
|
Loading…
Add table
Reference in a new issue