From 904a93f527a9301f939f8dcfa2edd50bcc174e23 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 12 Mar 2021 10:54:51 +0100 Subject: [PATCH] travis: Run on Bionic Update the Travis environment to use Bionic (18.04) instead of Xenial (16.04) due to issues installing gcc-multilib. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3c1a5ef94..285b81e5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,8 @@ language: go +dist: bionic + _addons: &addon_conf apt: sources: