diff --git a/.travis.yml b/.travis.yml index 49cfe8c..c4eea9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,4 +15,4 @@ script: - xcpretty -v - swiftlint version - swiftlint - - xcodebuild -workspace "TVGemist.xcworkspace" -scheme "TVGemist" -sdk "appletvsimulator12.0" -destination "platform=tvOS Simulator,OS=11.0,name=Apple TV 1080p" -configuration Release clean build ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO RUN_CLANG_STATIC_ANALYZER=YES|xcpretty -c + - xcodebuild -workspace "TVGemist.xcworkspace" -scheme "TVGemist" -sdk "appletvsimulator12.0" -destination "platform=tvOS Simulator,OS=12.0,name=Apple TV 4K (at 1080p)" -configuration Release clean build ONLY_ACTIVE_ARCH=NO CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO RUN_CLANG_STATIC_ANALYZER=YES|xcpretty -c