From 700ec93abc3bf027b036c6cc0ea6ba666c6126b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20=C4=8Cert=C3=ADk?= Date: Mon, 18 Nov 2019 11:48:50 -0700 Subject: [PATCH] Fix the test matrix --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index f9620d7f77..032ffe7159 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,9 +11,13 @@ osx_image: xcode7.3 matrix: exclude: + # Disable all automatic entries in the test matrix - compiler: clang + - compiler: gcc - os: osx + - os: linux include: + # Explicitly add tests that we want to run - env: BUILD_DOXYGEN="yes" compiler: gcc os: linux @@ -48,6 +52,14 @@ matrix: - doxygen --version - doxygen Doxyfile - echo "" > html/.nojekyll + - compiler: clang + os: osx + - compiler: gcc + os: osx + - compiler: clang + os: linux + - compiler: gcc + os: linux install: - cmake --version