aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2020-12-21 10:37:01 +0100
committerGuido Günther <agx@sigxcpu.org>2020-12-21 11:47:12 +0100
commit680e9ec6668cda096e03306bd638fd675cb29fb6 (patch)
tree08f250cbda18179fb50baedf09418d504c20869d /.travis.yml
parent09165298aeb147146deb23a63e667665ab8be7f4 (diff)
gitlab-ci: Use a more recent Ubuntu LTS
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 90584bef..4f567c6f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,7 @@ language: python
services:
- docker
-dist: bionic
+dist: focal
python:
- "3.6"