From 1634228abb24cbb39ff5dc486df02ac6f53a31bd Mon Sep 17 00:00:00 2001 From: Ibrahim Ulukaya Date: Thu, 18 May 2017 13:17:22 -0400 Subject: Adding cache to Travis builds (#17) --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 534a699..edb368b 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 -- cgit v1.2.3