try ubuntu keyserver for travis build
This commit is contained in:
parent
077408e3e9
commit
0548cfc367
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue