From fc6a8a4108aea5afdd88ab2caf01fe9055059d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pali=20Roh=C3=A1r?= Date: Sat, 6 Feb 2021 00:41:46 +0100 Subject: [PATCH] travis: Include Ubuntu Bionic and Ubuntu Focal --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 309d49f..a4f718a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,6 +25,18 @@ matrix: - compiler: clang env: CFLAGS="-m32 -W -Wall -O2 -g -fwrapv -fsanitize=address" include: + - compiler: gcc + dist: bionic + env: CFLAGS="-W -Wall -O2 -g" + - compiler: clang + dist: bionic + env: CFLAGS="-W -Wall -O2 -g" + - compiler: gcc + dist: focal + env: CFLAGS="-W -Wall -O2 -g" + - compiler: clang + dist: focal + env: CFLAGS="-W -Wall -O2 -g" - compiler: gcc env: CFLAGS="-mx32 -W -Wall -O2 -g -fwrapv" LDFLAGS="--static" addons: