From ebad4aed89c4f1aba628ab2af58c6eec679d2308 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 25 Mar 2019 14:06:27 +1100 Subject: [PATCH] Update .travis-ci.sh (#435) * Update Debian URL to use httpredir rather than ftp.us URL to avoid HTTP access issues when building in Travis CI --- .travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index 95a79e96..4620a2b8 100644 --- a/.travis-ci.sh +++ b/.travis-ci.sh @@ -12,7 +12,7 @@ set -e CHROOT_DIR=/tmp/chroot # Debian package dependencies for the host to run ARM under QEMU -DEBIAN_MIRROR="http://ftp.us.debian.org/debian" +DEBIAN_MIRROR="http://httpredir.debian.org/debian" HOST_DEPENDENCIES="qemu-user-static binfmt-support debootstrap sbuild wget" # Debian package dependencies for the chrooted environment