mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
update travis ci conf
This commit is contained in:
parent
2056689560
commit
bf423b3879
1 changed files with 1 additions and 7 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue