From 9aa68931e96a2f1c9e1051ce2f9bff18abaf85df Mon Sep 17 00:00:00 2001 From: tncga Date: Thu, 30 May 2019 03:42:55 +0300 Subject: [PATCH] fix travisci git-lfs sign error --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f83305a..060f6a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ cache: directories: - node_modules before_install: + - sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6B05F25D762E3157 - sudo dpkg --add-architecture i386 - wget -nc https://dl.winehq.org/wine-builds/winehq.key - sudo apt-key add winehq.key