mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Update Travis Install Script
Add new key for ubuntu repo that causes travis to fail.
This commit is contained in:
parent
002021d255
commit
be5287aa90
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
|
||||||
# needed for git-lfs, otherwise the follow apt update fails.
|
# 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-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 6B05F25D762E3157
|
||||||
|
|
||||||
|
# needed for mongodb repository: https://github.com/travis-ci/travis-ci/issues/9037
|
||||||
|
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
|
||||||
|
|
||||||
sudo apt update -qq
|
sudo apt update -qq
|
||||||
sudo apt install -qq -y \
|
sudo apt install -qq -y \
|
||||||
qt${QT_PKG}base \
|
qt${QT_PKG}base \
|
||||||
|
|
Loading…
Reference in a new issue