Skip to content

Commit 1634228

Browse files
ulukayapaulb777
authored andcommitted
Adding cache to Travis builds (#17)
1 parent 9a710f2 commit 1634228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
osx_image: xcode8.3
22
language: objective-c
3-
# cache: cocoapods
3+
cache:
4+
- bundler
5+
- cocoapods
46
podfile: Example/Podfile
57
xcode_workspace: Example/Firebase.xcworkspace
68
xcode_scheme: AllUnitTests

0 commit comments

Comments
 (0)