diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-25 15:06:40 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-25 16:16:02 +0200 |
commit | 0c4653398419762f6946943fd68a5d7e7f28aa0d (patch) | |
tree | 5b05527321613212c3b64b44c27ccb239945d40d | |
parent | 8b36cdbd4dc948035b45db2bd967426a2fc6a57d (diff) |
Switch to focal in travis-ci gates
Change-Id: I8386e274813a4d41bf259145147f52d7bfee711d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 6192b2cf9ffd46bdb8189ce3236cf4d9b722b69c)
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/.travis.yml b/.travis.yml index 20caef95..8c27e91b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,10 @@ sudo: required services: docker language: generic -dist: xenial -addons: - apt: - packages: - - libssl1.0.0 +dist: focal before_script: - sudo docker run --rm --privileged multiarch/qemu-user-static --reset -p yes - - sudo add-apt-repository -y ppa:deadsnakes/ppa - - sudo apt-get update - - sudo apt-get install python3.8 python3.8-dev python3.8-distutils - sudo pip install tox tox-pip-version - sudo -E docker login -u="${DOCKER_USERNAME}" -p="${DOCKER_PASSWORD}" - (cd .. && git clone https://github.com/estesp/manifest-tool) |