From 994ddb22d22c76942b63c152e23a106d1db87e70 Mon Sep 17 00:00:00 2001 From: jackpoz Date: Sat, 7 Dec 2019 16:30:37 +0100 Subject: [PATCH] CI/Travis: Upgrade to Ubuntu 18.04 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8c455fc0495..d4bc450f199 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -dist: xenial +dist: bionic language: cpp compiler: @@ -11,7 +11,7 @@ addons: apt: sources: - sourceline: 'ppa:mhier/libboost-latest' - - ubuntu-toolchain-r-test +# - sourceline: 'ubuntu-toolchain-r-test' packages: - boost1.67 - libssl-dev