From 75279981351a2da0c9a6f5eea01191b94e9661ec Mon Sep 17 00:00:00 2001 From: Braxton Plaxco Date: Tue, 4 Jun 2019 20:56:37 -0400 Subject: [PATCH] Try using the new winehq key ~ B'ezrat Hashem ~ --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index c872fde0..ed478d7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,8 +31,8 @@ before_install: if [ "${TRAVIS_OS_NAME}" == linux -a -n "${WINE_PYTHON}" ]; then pushd "$(mktemp -d)" && sudo dpkg --add-architecture i386 && - wget https://dl.winehq.org/wine-builds/Release.key -O Release.key && - sudo apt-key add Release.key && + wget https://dl.winehq.org/wine-builds/winehq.key -O winehq.key && + sudo apt-key add winehq.key && sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/ && sudo apt-get update && sudo apt-get install -y --no-install-recommends unzip winehq-stable &&