[fastlane] Use carthage checkout instead of update

This commit is contained in:
Pedro Piñera Buendía 2016-04-29 20:41:00 +02:00
parent 04f6650f42
commit fdb4984ef8

View File

@ -14,7 +14,7 @@ REPOSITORY = "pepibumur/SugarRecord"
# Lanes
desc "Setup everything needed to work on the project"
lane :setup do
carthage(command: "update", no_build: true)
sh("carthage checkout")
end
desc "Runs the tests suite"