We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538e046 commit b4a518fCopy full SHA for b4a518f
.travis.yml
@@ -59,17 +59,11 @@ jobs:
59
- stage: "Carthage"
60
# Carthage doesn't fix the issue with Xcode 12: https://github.com/Carthage/Carthage/releases/tag/0.36.0
61
osx_image: xcode11.6
62
- cache:
63
- directories:
64
- - /usr/local/Homebrew
65
- - $HOME/Library/Caches/Homebrew
66
before_install:
67
- brew update
68
- brew outdated carthage || brew upgrade carthage
69
script:
70
- carthage build --no-skip-current
71
- before_cache:
72
- - brew cleanup
73
74
- stage: "CocoaPods"
75
0 commit comments