Skip to content

Commit

Permalink
Don't automatically run cocoapods+carthage before fastlane lanes
Browse files Browse the repository at this point in the history
It's now required to run `bin/setup` before the tests (or other lanes)
will run, but this greatly speeds up subsquent test runs in development.
  • Loading branch information
sharplet committed Jun 5, 2018
1 parent d958743 commit 2bbc774
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fastlane/Fastfile
Expand Up @@ -8,11 +8,6 @@ fastlane_version "1.89.0"
default_platform :ios

platform :ios do
before_all do
cocoapods
carthage(platform: "iOS")
end

desc "Runs all the tests"
lane :test do
scan(scheme: "Tropos")
Expand Down

0 comments on commit 2bbc774

Please sign in to comment.