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.
1 parent 3cc7530 commit 13822a4Copy full SHA for 13822a4
.travis.yml
@@ -30,8 +30,6 @@ 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