From 4abfebda1ab3cf616a6df17587349a542470afc7 Mon Sep 17 00:00:00 2001 From: marty-suzuki Date: Wed, 23 Oct 2019 20:20:54 +0900 Subject: [PATCH] fix destination of .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 246d618..ddd1b54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,6 +19,6 @@ script: | else PROJECT_ARG="-project ./Unio.xcodeproj" fi - xcodebuild test $PROJECT_ARG -scheme Unio -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=12.2,name=iPhone 8' | xcpretty -c + xcodebuild test $PROJECT_ARG -scheme Unio -configuration Debug -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=13.0,name=iPhone 11' | xcpretty -c notifications: email: false