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
This commit is contained in:
abraunegg 2019-03-25 14:06:27 +11:00 committed by GitHub
parent 7aad5903e2
commit ebad4aed89
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.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