From 4f6e77c0aad54c90958085bfbf28c1d600aa4c3d Mon Sep 17 00:00:00 2001 From: ed-mejia Date: Thu, 18 Aug 2016 11:24:56 +1000 Subject: [PATCH] Updated travis file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 173ea9d..dad16da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,7 @@ before_install: - gem install xcpretty --no-rdoc --no-ri --no-document --quiet script: - - xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator -enableCodeCoverage YES | xcpretty + - xcodebuild clean build test -project Validator.xcodeproj -scheme Validator -sdk iphonesimulator -destination "platform=iOS Simulator,OS=10.0,name=iPhone 6" -enableCodeCoverage YES CODE_SIGNING_REQUIRED=NO | xcpretty - pod lib lint after_success: