From effa7b765bfd8297f4cd354f36db087e04418db7 Mon Sep 17 00:00:00 2001 From: Antoine van der Lee Date: Tue, 29 Oct 2019 13:59:58 +0100 Subject: [PATCH] Fix CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e92fb73..1c532cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ before_install: - bundle exec pod update --project-directory=Example/ script: -- xcodebuild test -workspace Example/Moya-SwiftyJSONMapper.xcworkspace -scheme Moya-SwiftyJSONMapper-Example -destination 'platform=iOS Simulator,name=iPhone 6,OS=10.0' | xcpretty -c && exit ${PIPESTATUS[0]} +- xcodebuild test -workspace Example/Moya-SwiftyJSONMapper.xcworkspace -scheme Moya-SwiftyJSONMapper-Example -destination 'platform=iOS Simulator,name=iPhone 11,OS=13.1' | xcpretty -c && exit ${PIPESTATUS[0]}