From 5a235b15a6a64e7f4334333eb27e49f0a08f0b46 Mon Sep 17 00:00:00 2001 From: Eric House Date: Fri, 27 Oct 2023 09:11:01 -0700 Subject: [PATCH] try --allow-unauthenticated to fix travis builds --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce2a0aa87..c762571cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,7 @@ before_install: - openssl aes-256-cbc -K $encrypted_8436f2891714_key -iv $encrypted_8436f2891714_iv -in id_rsa_uploader.enc -out /tmp/id_rsa_uploader -d - chmod 600 \/tmp\/id_rsa_uploader -- sudo apt-get -qq update +- sudo apt-get -qq update --allow-unauthenticated - sudo apt-get install -y python3-lxml imagemagick script: - GITREV="$(git describe --tags --dirty)"