Skip to content

Commit 443e37b

Browse files
author
Cruz Monrreal
authored
Merge pull request #7274 from 0xc0170/fix_travis_mongodb
Travis: fix mongodb key expired error
2 parents 84d6b79 + 4d49d4f commit 443e37b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ before_install:
3030
# Setup ppa to make sure arm-none-eabi-gcc is correct version
3131
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
3232
- sudo add-apt-repository -y ppa:deadsnakes/ppa
33+
# Fix for "The following signatures were invalid: KEYEXPIRED 1515625755" failed". See https://github.com/travis-ci/travis-ci/issues/9037
34+
- sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
3335
# Loop until update succeeds (timeouts can occur)
3436
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
3537

0 commit comments

Comments
 (0)