mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(travis): ignore apt failing to fetch GPG keys
This commit is contained in:
parent
ef157ca8af
commit
d8468cb570
|
@ -24,7 +24,8 @@ sudo add-apt-repository -y ppa:beineri/opt-qt532-trusty
|
|||
sudo apt-get update -qq
|
||||
|
||||
# install needed Qt, OpenAL, opus, qrencode, GTK tray deps, sqlcipher
|
||||
sudo apt-get install -y \
|
||||
# `--force-yes` since we don't care about GPG failing to work with short IDs
|
||||
sudo apt-get install -y --force-yes \
|
||||
automake \
|
||||
autotools-dev \
|
||||
build-essential \
|
||||
|
|
Loading…
Reference in New Issue
Block a user