aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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