From b35459ae9f7197f6ec2cdcbbe26a968c0e71c31f Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Sun, 10 Nov 2019 10:45:47 +0100 Subject: [PATCH] travis: add bionic and test DEBUG on it only --- .travis.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index efe89e40..58dd6fa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,20 +3,24 @@ language: cpp env: global: - CTEST_PARALLEL_LEVEL=4 - matrix: - - BUILD_TYPE=Debug - - BUILD_TYPE=Release matrix: include: - dist: trusty compiler: gcc + env: BUILD_TYPE=Release - dist: xenial compiler: gcc - - dist: xenial - compiler: clang + env: BUILD_TYPE=Release + - dist: bionic + compiler: gcc + env: BUILD_TYPE=Release + - dist: bionic + compiler: gcc + env: BUILD_TYPE=Debug - os: osx compiler: clang + env: BUILD_TYPE=Release install: # Install dependencies for FCL -- GitLab