From 9b174b9d02fec90cf76e49e3e5c314aad070b5ba Mon Sep 17 00:00:00 2001
From: Steel Titanium <steeltitanium1@gmail.com>
Date: Mon, 20 May 2019 21:54:29 -0400
Subject: [PATCH] travis: Add gpg key for git-lfs on linux

---
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.travis.yml b/.travis.yml
index 74af62cd5..ca9c94689 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -276,6 +276,7 @@ addons:
 
 
 before_script:
+  - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157
   - wget --verbose --server-response -c http://rosenthalcastle.org/srb2/SRB2-v2115-assets-2.7z -O $HOME/srb2_cache/SRB2-v2115-assets-2.7z
   - 7z x $HOME/srb2_cache/SRB2-v2115-assets-2.7z -oassets
   - mkdir build
-- 
GitLab