From 4359bb8120c3082a9f74dad1216de7e488287c7e Mon Sep 17 00:00:00 2001 From: Michael Date: Mon, 15 Jul 2019 21:37:37 +0100 Subject: [PATCH] Matrix build debug and release, since we care about both --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a5af2909..4f166a7cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,9 +14,11 @@ compiler: env: global: - - BUILD_TYPE=Release - NINJA=ninja - STATIC_LINK=OFF + matrix: + - BUILD_TYPE=Debug + - BUILD_TYPE=Release addons: apt: