From 6cbb3fe5dae30d0de5cdcbcdd7aba2f24bd9df7b Mon Sep 17 00:00:00 2001 From: deajan Date: Fri, 9 Sep 2016 12:55:45 +0200 Subject: [PATCH] Removed other connectivity checks --- dev/tests/conf-travis/old.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/conf-travis/old.conf b/dev/tests/conf-travis/old.conf index 79715e9..4c0577b 100644 --- a/dev/tests/conf-travis/old.conf +++ b/dev/tests/conf-travis/old.conf @@ -38,7 +38,7 @@ SSH_COMPRESSION=yes ## Check for connectivity to remote host before launching remote backup tasks. Be sure the hosts responds to ping. Failing to ping will skip current task. REMOTE_HOST_PING=no ## Check for internet access by pinging one or more 3rd party hosts before remote backup tasks. Leave empty if you don't want this check to be be performed. Failing to ping will skip current task. -REMOTE_3RD_PARTY_HOST="www.kernel.org www.google.com" +REMOTE_3RD_PARTY_HOST="" ## Databases options SQL_USER=root