From bced5c448d2bb0ae7ac86cc491bd6b7bc3549e26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josip=20=C4=86avar?= Date: Wed, 21 Sep 2016 19:34:39 +0200 Subject: [PATCH] Add destination option to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3418b3e..0087270 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,3 @@ language: objective-c osx_image: xcode8 -script: xcodebuild test -scheme Refresher -sdk iphonesimulator +script: xcodebuild test -scheme Refresher -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 6,OS=9.3'