ci(travis): Allow osx jobs to fail

currently they timeout...
This commit is contained in:
Mizux Seiha
2020-05-25 12:53:33 +02:00
parent db0159bf0b
commit d84699b213

View File

@@ -116,6 +116,18 @@ matrix:
# Jobs too long, or can fail as not yet supported
allow_failures:
- os: osx
osx_image: xcode11.4
compiler: clang
env: BUILDER=make LANGUAGE=cc ARCH=amd64
- os: osx
osx_image: xcode11.4
compiler: clang
env: BUILDER=make LANGUAGE=python3 ARCH=amd64
- os: osx
osx_image: xcode9.3
compiler: clang
env: BUILDER=make LANGUAGE=java ARCH=amd64
- os: osx
osx_image: xcode11.4
compiler: clang