1
0
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:
Zetok Zalbavar 2016-08-18 01:41:21 +01:00
parent ef157ca8af
commit d8468cb570
No known key found for this signature in database
GPG Key ID: C953D3880212068A

View File

@ -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 \