diff options
author | redsky17 <joedonofry@gmail.com> | 2019-05-01 10:51:13 -0400 |
---|---|---|
committer | redsky17 <joedonofry@gmail.com> | 2019-05-01 10:51:13 -0400 |
commit | d0300c55f09697db87721f74e955eaca22469aca (patch) | |
tree | 69bdb532c8d59c075b0befefce681b760a37c391 /.ci | |
parent | Merge pull request #60 from MonokelPinguin/remove-xml-parsing-of-messages (diff) | |
download | nheko-d0300c55f09697db87721f74e955eaca22469aca.tar.xz |
Fix Travis GPG-related build error
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/install.sh b/.ci/install.sh index 8013df41..6a40fdee 100755 --- a/.ci/install.sh +++ b/.ci/install.sh @@ -38,6 +38,9 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then ./configure && make && make check && sudo make install ) sudo add-apt-repository -y ppa:beineri/opt-qt${QT_VERSION}-trusty + # needed for git-lfs, otherwise the follow apt update fails. + sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157 + sudo apt update -qq sudo apt install -qq -y \ qt${QT_PKG}base \ |