Skip to content

Commit e6acda2

Browse files
committed
test on 6s only
1 parent ae24751 commit e6acda2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Rakefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,7 @@ namespace :test do
299299

300300
t.scheme = 'Parse-iOS'
301301
t.sdk = 'iphonesimulator'
302-
t.destinations = ["\"platform=iOS Simulator,OS=9.1,name=iPhone 4s\"",
303-
"\"platform=iOS Simulator,OS=9.1,name=iPhone 6s\"",]
302+
t.destinations = ["\"platform=iOS Simulator,OS=9.1,name=iPhone 6s\"",]
304303
t.configuration = 'Debug'
305304
t.additional_options = { "GCC_INSTRUMENT_PROGRAM_FLOW_ARCS" => "YES",
306305
"GCC_GENERATE_TEST_COVERAGE_FILES" => "YES" }

0 commit comments

Comments
 (0)