From e2a65a0e8df1c4ab6a3bb1bd2b2f469449e2c558 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 9 Feb 2020 13:14:23 +0200 Subject: [PATCH] Switch to Bionic --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b37bd3b2..0ee7b9df 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ # Disable Docker stuff to try to make it faster sudo: true +dist: bionic # Choose a lightweight base image; we provide our own build tools. language: generic