From dfef288b476debf8f5a961aa779761c0a2cf0ff8 Mon Sep 17 00:00:00 2001 From: jeefo Date: Sat, 14 Sep 2019 23:19:11 +0300 Subject: [PATCH] Try to switch to bionic --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7350712..20cd509 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: cpp -dist: xenial +dist: bionic compiler: - clang