We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cache
We may be able to use the cache keyword in .traivs.yml to cache the brew cache:
cache: directories: - $HOME/Library/Caches/Homebrew
But there are two things need to be investigated:
We may be able to use the
cachekeyword in .traivs.yml to cache the brew cache:But there are two things need to be investigated:
cachekeyword seems only useful in some situations, not sure if ours is one of them. Need to research the Travis-CI documentation on this.