From c0dd29d92eb7ade3f5ff99d9bfd992ec080ccfe1 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Mon, 3 Dec 2018 10:11:50 +0000 Subject: [PATCH] travis: mangodb key update not needed anymore --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dc3c2fdb09..46a3bb75e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,8 +30,6 @@ before_install: # Setup ppa to make sure arm-none-eabi-gcc is correct version - sudo add-apt-repository -y ppa:team-gcc-arm-embedded/ppa - sudo add-apt-repository -y ppa:deadsnakes/ppa - # Fix for "The following signatures were invalid: KEYEXPIRED 1515625755" failed". See https://github.com/travis-ci/travis-ci/issues/9037 - - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6 # Loop until update succeeds (timeouts can occur) - travis_retry $(! sudo apt-get update 2>&1 |grep Failed)