1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #3634

Zetok Zalbavar (1):
      chore(travis): ignore apt failing to fetch GPG keys
This commit is contained in:
Diadlo 2016-08-25 23:55:23 +03:00
commit f16aae479a
No known key found for this signature in database
GPG Key ID: 5AF9F2E29107C727

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 \