Skip to content

Commit b4a518f

Browse files
committed
Suppress 'brew update' error on travis ci
1 parent 538e046 commit b4a518f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

-6
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,11 @@ jobs:
5959
- stage: "Carthage"
6060
# Carthage doesn't fix the issue with Xcode 12: https://github.com/Carthage/Carthage/releases/tag/0.36.0
6161
osx_image: xcode11.6
62-
cache:
63-
directories:
64-
- /usr/local/Homebrew
65-
- $HOME/Library/Caches/Homebrew
6662
before_install:
6763
- brew update
6864
- brew outdated carthage || brew upgrade carthage
6965
script:
7066
- carthage build --no-skip-current
71-
before_cache:
72-
- brew cleanup
7367

7468
- stage: "CocoaPods"
7569
osx_image: xcode11.6

0 commit comments

Comments
 (0)