aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
authorGravatar Ibrahim Ulukaya <ulukaya@gmail.com>2017-05-18 13:17:22 -0400
committerGravatar Paul Beusterien <paulbeusterien@google.com>2017-05-18 10:17:22 -0700
commit1634228abb24cbb39ff5dc486df02ac6f53a31bd (patch)
tree7a8d36b5efe710d6622d5650ae59c085758fcfa5 /.travis.yml
parent9a710f297bc4d9a1131557c08eebcff6708345b4 (diff)
Adding cache to Travis builds (#17)
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