Browse Source

update travis ci conf

pull/80/head
aler9 5 years ago
parent
commit
bf423b3879
  1. 8
      .travis.yml

8
.travis.yml

@ -1,16 +1,10 @@ @@ -1,16 +1,10 @@
language: minimal
dist: bionic
dist: focal
services:
- docker
# docker >= 19.03 is required for docker buildx, so it is upgraded
before_install:
- sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
- sudo apt update -y
- sudo apt install --only-upgrade docker-ce -y
script:
- make test

Loading…
Cancel
Save