mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-27 09:58:45 +01:00
try --allow-unauthenticated to fix travis builds
This commit is contained in:
parent
b876ae1ff8
commit
5a235b15a6
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue