Merge pull request #4646 from daverodgman/travis-disable-osx-development_2.x

Backport 2.x: Disable OS X builds on Travis
This commit is contained in:
Dave Rodgman 2021-06-10 17:48:27 +01:00 committed by GitHub
commit 78719eaa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,12 +28,6 @@ jobs:
script: script:
- tests/scripts/all.sh -k test_full_cmake_gcc_asan - tests/scripts/all.sh -k test_full_cmake_gcc_asan
- name: macOS
os: osx
compiler: clang
script:
- tests/scripts/all.sh -k test_default_out_of_box
- name: Windows - name: Windows
os: windows os: windows
before_install: before_install: