Travis Config: replace libudns to libc-ares

This commit is contained in:
lrinQVQ
2017-09-05 01:36:17 -04:00
parent 6350753052
commit c267683ec2

View File

@@ -3,7 +3,7 @@
"language": "c",
"dist": "trusty",
"before_script": [
"sudo apt-get install --no-install-recommends -y build-essential autoconf libtool libssl-dev libpcre3-dev libudns-dev libev-dev asciidoc xmlto automake",
"sudo apt-get install --no-install-recommends -y build-essential autoconf libtool libssl-dev libpcre3-dev libc-ares-dev libev-dev asciidoc xmlto automake",
"git submodule update --init --recursive",
"chmod +x *.sh",
"./autogen.sh",