Update the test container to 20.04
This commit is contained in:
parent
ad428fa629
commit
73d74fe37e
|
|
@ -85,7 +85,7 @@ before_install:
|
||||||
- uname -a
|
- uname -a
|
||||||
|
|
||||||
# Use an artful container - gives us access to latest compilers.
|
# Use an artful container - gives us access to latest compilers.
|
||||||
- docker run -d --name ubuntu-test-container -v $(pwd):/travis ubuntu:bionic tail -f /dev/null
|
- docker run -d --name ubuntu-test-container -v $(pwd):/travis ubuntu:focal tail -f /dev/null
|
||||||
- docker ps
|
- docker ps
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue