From ce91b2b7391623ec0dc3fe9bd134a856d5ddb452 Mon Sep 17 00:00:00 2001 From: Ibrahim Ulukaya Date: Thu, 18 May 2017 12:49:28 -0400 Subject: [PATCH] Adding cache to Travis builds --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 534a699fe3a..edb368b1491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ osx_image: xcode8.3 language: objective-c -# cache: cocoapods +cache: + - bundler + - cocoapods podfile: Example/Podfile xcode_workspace: Example/Firebase.xcworkspace xcode_scheme: AllUnitTests