mirror of https://github.com/getdnsapi/getdns.git
travis doesn't support ipv6?
This commit is contained in:
parent
69408816b4
commit
1e99398576
|
@ -112,8 +112,8 @@ check_bad () {
|
|||
echo -n "FAIL: "
|
||||
fi
|
||||
}
|
||||
|
||||
for (( ii = 0; ii < 2; ii++)); do
|
||||
# disable IPv6, travis cannot handle it?
|
||||
for (( ii = 0; ii < 1; ii++)); do
|
||||
if [[ ii -eq 1 ]]; then
|
||||
SERVER_IP=$SERVER_IPv6
|
||||
TLS_SERVER_IP=$TLS_SERVER_IPv6
|
||||
|
|
Loading…
Reference in New Issue