Travis: Temporarily disable macOS builds

Travis CI has had trouble the past few days and macOS builds error out
for no reason.
This commit is contained in:
Rémi Verschelde 2020-03-22 09:11:04 +01:00
parent 7ed9da0a54
commit dbb3f992a4

View file

@ -67,17 +67,17 @@ matrix:
# packages: # packages:
# - openjdk-8-jdk # - openjdk-8-jdk
- name: macOS editor (debug, Clang) # - name: macOS editor (debug, Clang)
stage: build # stage: build
env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes" # env: PLATFORM=osx TOOLS=yes TARGET=debug CACHE_NAME=${PLATFORM}-tools-clang EXTRA_ARGS="warnings=extra werror=yes"
os: osx # os: osx
osx_image: xcode11.3 # osx_image: xcode11.3
compiler: clang # compiler: clang
addons: # addons:
homebrew: # homebrew:
packages: # packages:
- scons # - scons
update: true # update: true
# TODO: iOS MoltenVK support # TODO: iOS MoltenVK support