summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-05-09 19:23:20 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-05-09 19:23:20 -0400
commitbe5287aa90a652b6c372b7643ba8da28c765b07f (patch)
tree22a9de940e33a8dd725cd52ba23b892ab0a3fabe /.ci
parentMerge pull request #64 from Nheko-Reborn/travis-ci-fixes (diff)
downloadnheko-be5287aa90a652b6c372b7643ba8da28c765b07f.tar.xz
Update Travis Install Script
Add new key for ubuntu repo that causes travis to fail.
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 3b276497..d8dd67f2 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -41,6 +41,9 @@ if [ "$TRAVIS_OS_NAME" = "linux" ]; then
     # needed for git-lfs, otherwise the follow apt update fails.
     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 install -qq -y \
         qt${QT_PKG}base \