Skip to content

Commit

Permalink
Disable tests on the older macOS where CMake isn't compatible
Browse files Browse the repository at this point in the history
CMake 3.13 or higher is required.  You are running version 3.9.4
  • Loading branch information
SRombauts committed Aug 30, 2023
1 parent 6fb0837 commit 14b476a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14b476a

Please sign in to comment.