Update the test container to 20.04

This commit is contained in:
Michael van der Werve 2020-10-15 10:13:28 +02:00 committed by GitHub
parent ad428fa629
commit 73d74fe37e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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