gitlab-ci: Use a more recent Ubuntu LTS
authorGuido Günther <agx@sigxcpu.org>
Mon, 21 Dec 2020 09:37:01 +0000 (10:37 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 21 Dec 2020 10:47:12 +0000 (11:47 +0100)
.travis.yml

index 90584befc137e043f59ca23cca3e176ccfbcb870..4f567c6fc7551643aab09d2bdfee4c209afaaf0a 100644 (file)
@@ -4,7 +4,7 @@ language: python
 
 services:
   - docker
-dist: bionic 
+dist: focal
 
 python:
   - "3.6"