From 845a1469ed46572e08e7c0f0e32fe41d3627f78f Mon Sep 17 00:00:00 2001 From: falkTX Date: Fri, 24 Jul 2020 09:40:05 +0100 Subject: [PATCH] Use bionic for CI by default Signed-off-by: falkTX --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c5c9a13f..02b53da63 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: cpp os: linux -dist: trusty +dist: bionic jobs: include: @@ -15,18 +15,21 @@ jobs: # linux with macOS cross-compilation - os: linux compiler: gcc + dist: trusty env: - TARGET="macos" # linux with win32 cross-compilation - os: linux compiler: gcc + dist: trusty env: - TARGET="win32" # linux with win64 cross-compilation - os: linux compiler: gcc + dist: trusty env: - TARGET="win64"