Add Travis to check the list
This commit is contained in:
parent
207d0ef493
commit
0031e37ef8
13
.travis.yml
Normal file
13
.travis.yml
Normal file
@ -0,0 +1,13 @@
|
||||
sudo: false
|
||||
|
||||
language: minimal
|
||||
|
||||
install:
|
||||
- curl -qL https://github.com/jedisct1/dnscrypt-proxy/releases/download/2.0.23/dnscrypt-proxy-linux_x86_64-2.0.23.tar.gz | tar xzvf -
|
||||
- cd linux-x86_64
|
||||
- cp example-dnscrypt-proxy.toml dnscrypt-proxy.toml
|
||||
|
||||
script:
|
||||
- ./dnscrypt-proxy -list-all
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user