mirror of https://github.com/getdnsapi/getdns.git
ldns and bc not needed anymore for travis tests
This commit is contained in:
parent
8c335522e1
commit
e241101c12
|
@ -7,12 +7,10 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- libunbound-dev
|
- libunbound-dev
|
||||||
- libldns-dev
|
|
||||||
- libidn11-dev
|
- libidn11-dev
|
||||||
- check
|
- check
|
||||||
- libevent-dev
|
- libevent-dev
|
||||||
- libev-dev
|
- libev-dev
|
||||||
- bc
|
|
||||||
script:
|
script:
|
||||||
- mkdir tests
|
- mkdir tests
|
||||||
- cd tests
|
- cd tests
|
||||||
|
|
Loading…
Reference in New Issue