From 677e707b88e515e5243721807bbcf804b270cc4c Mon Sep 17 00:00:00 2001 From: Matt Fellows Date: Sat, 15 Aug 2020 22:57:37 +1000 Subject: [PATCH] chore: test running on Ubuntu Focal --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c3fc7ae72..974a57214 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: go - +dist: focal go: - 1.10.x - 1.11.x