mirror of
https://github.com/bluenviron/mediamtx
synced 2025-02-07 15:12:32 +00:00
restore old travis conf
This commit is contained in:
parent
c80dcfd7dd
commit
c675bf4cdf
@ -1,10 +1,16 @@
|
||||
language: minimal
|
||||
|
||||
dist: focal
|
||||
dist: bionic
|
||||
|
||||
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…
Reference in New Issue
Block a user