From 47811de454e1b54fdbf2c682b9e37ed1090b46f8 Mon Sep 17 00:00:00 2001 From: Collin Jackson Date: Wed, 5 Jun 2019 14:09:55 -0700 Subject: [PATCH] Ensure that CocoaPods on Cirrus is always the latest version. (#1707) --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index d323feeba2c2..4b48f7d21185 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -72,6 +72,7 @@ task: - brew install libimobiledevice - brew install ideviceinstaller - brew install ios-deploy + - brew upgrade cocoapods || echo No upgrade necessary - pod repo update - git clone https://github.com/flutter/flutter.git - git fetch origin master