Skip to content

Commit

Permalink
Removes duplicate destination specifier.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed May 12, 2017
1 parent 2ebd5a7 commit 18ba69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'tmpdir'

desc 'Run unit tests on iOS 9.3 and 10.3'
task :test do
sh "set -o pipefail && xcodebuild -workspace 'Bootstrap/Bootstrap.xcworkspace' -sdk 'iphonesimulator' -scheme 'Bootstrap' -destination 'name=iPhone 6,OS=9.3' -destination 'name=iPhone 6,OS=10.3' clean build test | xcpretty --color --simple"
sh "set -o pipefail && xcodebuild -workspace 'Bootstrap/Bootstrap.xcworkspace' -sdk 'iphonesimulator' -scheme 'Bootstrap' -destination 'name=iPhone 6,OS=10.3' clean build test | xcpretty --color --simple"
end

desc 'Lint the library for CocoaPods usage'
Expand Down

0 comments on commit 18ba69a

Please sign in to comment.