TRAVIS osx continuous-integration/travis-ci/pr — The Travis CI build could not complete
$ ccache --version
ccache: command not found
pull/953#partial-pull-merging
I suppose it must be done by a maintainer. I made some research and there is probably a solution:
https://www.redhat.com/archives/libvir-list/2018-May/msg02216.html
File: .travis.yml
PATH="/usr/local/opt/ccache/libexec:$PATH"
brew install ccache
TRAVIS osx continuous-integration/travis-ci/pr — The Travis CI build could not complete
$ ccache --version
ccache: command not found
pull/953#partial-pull-merging
I suppose it must be done by a maintainer. I made some research and there is probably a solution:
https://www.redhat.com/archives/libvir-list/2018-May/msg02216.html
File: .travis.yml
PATH="/usr/local/opt/ccache/libexec:$PATH"
brew install ccache