Skip to content
Snippets Groups Projects
Verified Commit d0300c55 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix Travis GPG-related build error

parent 3f2781af
No related branches found
No related tags found
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment