Skip to content

Commit

Permalink
Add tvOS tests to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Jan 14, 2016
1 parent 85e4e84 commit 34115f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ platform :ios do
lane :test do
scan(scheme: "Kingfisher", clean: true)
scan(scheme: "Kingfisher-OSX", clean: true)
scan(scheme: "Kingfisher-tvOS", clean: true)
end

desc "Build for Carthage"
Expand Down

0 comments on commit 34115f9

Please sign in to comment.