Skip to content

Commit eece3d4

Browse files
committed
Better performance when boostraping
1 parent 553cad7 commit eece3d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def xcodebuild_in_demo_dir(platform, xcprety_args: '')
5858
end
5959

6060
def pods()
61-
sh "bundle exec pod install --project-directory=Demo"
61+
sh "bundle exec pod install --project-directory=Demo --repo-update"
6262
end
6363

6464
def run(command)
@@ -68,7 +68,7 @@ end
6868
desc 'Bootstrap'
6969
task :bootstrap do
7070
# Added for now because Travis was failing to find RxSwift ~> 2.5"
71-
sh "bundle exec pod repo update"
71+
#sh "bundle exec pod repo update"
7272
pods()
7373
end
7474

0 commit comments

Comments
 (0)