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
This commit is contained in:
abraunegg 2018-08-13 10:03:16 +10:00 committed by GitHub
parent dad7b42bc8
commit f10fa97b3d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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