Skip to content

Commit

Permalink
Clear derived data before starting the CI process
Browse files Browse the repository at this point in the history
  • Loading branch information
heoblitz committed Jun 18, 2024
1 parent e8e098f commit 8d09454
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 @@ -89,6 +89,7 @@ platform :ios do
end

lane :travis do
clear_derived_data
install
tests
build
Expand Down

0 comments on commit 8d09454

Please sign in to comment.