Fix Travis CI build with their updated Xcode 11 images

This commit is contained in:
Cameron Gutman
2019-10-22 00:40:39 -04:00
parent 5faa8a0b85
commit d8f55b57fa

View File

@@ -9,17 +9,17 @@ matrix:
osx_image: xcode11
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=12.1,name=iPhone SE"
- TARGET="platform=iOS Simulator,OS=13.0,name=iPhone 11 Pro"
- os: osx
osx_image: xcode11
env:
- SCHEME="Moonlight"
- TARGET="platform=iOS Simulator,OS=12.1,name=iPad Pro (9.7-inch)"
- TARGET="platform=iOS Simulator,OS=13.0,name=iPad Pro (9.7-inch)"
- os: osx
osx_image: xcode11
env:
- SCHEME="Moonlight TV"
- TARGET="platform=tvOS Simulator,OS=12.1,name=Apple TV 4K"
- TARGET="platform=tvOS Simulator,OS=13.0,name=Apple TV 4K"
script:
- set -o pipefail && xcodebuild -project Moonlight.xcodeproj -scheme "$SCHEME" -destination "$TARGET" build | xcpretty