File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ before_install:
30
30
# Setup ppa to make sure arm-none-eabi-gcc is correct version
31
31
- sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa
32
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
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
35
# Loop until update succeeds (timeouts can occur)
36
36
- travis_retry $(! sudo apt-get update 2>&1 |grep Failed)
37
37
You can’t perform that action at this time.
0 commit comments