From f10fa97b3df232c82cb21792ab7d26024beb0085 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Mon, 13 Aug 2018 10:03:16 +1000 Subject: [PATCH] Update .travis-ci.sh * Update to use US Debian mirror rather than ftp.debian.org due to slow network access. By using US mirror, 4 servers are available for download rather than just 1 when using ftp.debian.org --- .travis-ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-ci.sh b/.travis-ci.sh index b2cefd03..d3c715d7 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.debian.org/debian" +DEBIAN_MIRROR="http://ftp.us.debian.org/debian" HOST_DEPENDENCIES="qemu-user-static binfmt-support debootstrap sbuild wget" # Debian package dependencies for the chrooted environment