From e3084e230e5cb4e863044863f8548d2549f8d7e1 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Fri, 11 Dec 2020 23:19:50 +0000 Subject: [PATCH] Switch mirror for nsis3 package. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c1d6e026da..25fdbd8147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -63,8 +63,8 @@ notifications: before_deploy: - if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/n/nsis/nsis-common_3.04-1_all.deb; - wget https://mirrors.edge.kernel.org/ubuntu/pool/universe/n/nsis/nsis_3.04-1_amd64.deb; + wget http://ftp.debian.org/debian/pool/main/n/nsis/nsis-common_3.04-1_all.deb; + wget http://ftp.debian.org/debian/pool/main/n/nsis/nsis_3.04-1_amd64.deb; sudo dpkg -i nsis-common_3.04-1_all.deb; sudo dpkg -i nsis_3.04-1_amd64.deb; echo ${TRAVIS_REPO_SLUG};