try ubuntu keyserver for travis build

This commit is contained in:
Francis 2021-07-08 00:18:12 +02:00
parent 077408e3e9
commit 0548cfc367
No known key found for this signature in database
GPG Key ID: 071BEA4C2B10077C
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ before_install:
# Repo for newer Node.js versions
- curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
# Repo for Yarn
- sudo apt-key adv --keyserver pgp.mit.edu --recv D101F7899D41F3C3
- sudo apt-key adv --keyserver keyserver.ubuntu.com --recv D101F7899D41F3C3
- echo "deb http://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update -qq
- sudo apt-get install -y -qq yarn nodejs