From 14b476a46576f459d992cec630776b97f8e0af7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Rombauts?= Date: Tue, 29 Aug 2023 21:37:04 +0200 Subject: [PATCH] Disable tests on the older macOS where CMake isn't compatible CMake 3.13 or higher is required. You are running version 3.9.4 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5991952..491f328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,6 +133,7 @@ jobs: osx_image: xcode8.3 env: - cc=clang cxx=clang++ + - TESTS=OFF before_install: # Coverity: don't use addons.coverity_scan since it run on every job of the build matrix, which waste resources and exhausts quotas