Skip to content

Commit 4eb1451

Browse files
committed
Update travis script
1 parent 1291dd8 commit 4eb1451

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
language: objective-c
22
osx_image: xcode12
33

4+
cache:
5+
- bundler
6+
- cocoapods
7+
48
before_install:
5-
- gem install xcpretty-travis-formatter;
6-
- gem install cocoapods --no-document --quiet;
9+
- bundle install # --deployment # to cache vendor/bundle
710
- pod install --repo-update;
811

912
script:

0 commit comments

Comments
 (0)