Skip to content

Commit 14b476a

Browse files
committed
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
1 parent 6fb0837 commit 14b476a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ jobs:
133133
osx_image: xcode8.3
134134
env:
135135
- cc=clang cxx=clang++
136+
- TESTS=OFF
136137

137138
before_install:
138139
# Coverity: don't use addons.coverity_scan since it run on every job of the build matrix, which waste resources and exhausts quotas

0 commit comments

Comments
 (0)