We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84d6b79 + 4d49d4f commit 443e37bCopy full SHA for 443e37b
.travis.yml
@@ -30,6 +30,8 @@ before_install:
30
# Setup ppa to make sure arm-none-eabi-gcc is correct version
31
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
32
- 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
35
# Loop until update succeeds (timeouts can occur)
36
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
37
0 commit comments