try --allow-unauthenticated to fix travis builds

This commit is contained in:
Eric House 2023-10-27 09:11:01 -07:00
parent b876ae1ff8
commit 5a235b15a6

View file

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