Skip to content

Commit

Permalink
Add missing keys (if any)
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Oct 10, 2019
1 parent e822672 commit 4168c93
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ before_cache:

before_install:
- sudo rm -rf "${TRAVIS_ROOT}/var/lib/apt/lists/"*
- export MISSING_KEYS=`sudo apt-get update 2>&1 | grep -o '[0-9A-Z]\{16\}$' | xargs`
- if [ ! -z $MISSING_KEYS ]; then sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com $MISSING_KEYS; fi
- travis_retry sudo sudo apt-get update 2>&1
- travis_retry sudo apt-get -yq --no-install-suggests --no-install-recommends install docker-ce realpath

Expand Down

0 comments on commit 4168c93

Please sign in to comment.