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 3875ac1 commit 36790d6Copy full SHA for 36790d6
.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
- # import the new keys for rabbitmq (fix for https://github.com/ARMmbed/mbed-os/issues/8945)
34
- - curl -s https://packagecloud.io/install/repositories/rabbitmq/rabbitmq-server/script.deb.sh | sudo bash
35
# Loop until update succeeds (timeouts can occur)
36
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
37
0 commit comments