Skip to content

Commit

Permalink
Setup CircleCI before all
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrocaselani committed Apr 30, 2019
1 parent cc80659 commit 6c37d1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
fastlane_version '2.120.0'

before_all do
setup_circle_ci
end

desc 'Run bundle exec pod install --repo-update'
lane :pods do
cocoapods(podfile: '.', repo_update: true)
Expand Down

0 comments on commit 6c37d1c

Please sign in to comment.