Merge pull request #10295 from libretro/RobLoach/travis-xcode-allow-failure

(Travis) Allow OSX to fail until we fix xcode11.2
This commit is contained in:
Autechre 2020-03-16 08:37:26 +01:00 committed by GitHub
commit e12655915d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,10 @@ matrix:
- cd pkg/android/phoenix
- ./gradlew assembleNormalRelease
jobs:
allow_failure:
- os: osx
before_install:
- |
if [[ "$CC" =~ ^gcc-8.* ]]; then