Closed oxmon-2500 closed 4 years ago
looking e.g. here I think the right command is brew install ccache
and it should be run only for OSX.
Anyway, I saw other had issues with outated homebrew
on Travis and it seems that the easier solution is to use a newer Xcode, see https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798/10 . I don't know if this is an option here. @guitorri ?
looking e.g. here I think the right command is
brew install ccache
and it should be run only for OSX.Anyway, I saw other had issues with outated
homebrew
on Travis and it seems that the easier solution is to use a newer Xcode, see https://travis-ci.community/t/xcode-8-3-homebrew-outdated-error/3798/10 . I don't know if this is an option here. @guitorri ?
Hi, thank you for the suggestions. I am new to Github and Travis and I learn a lot. At the moment I do experiments with travis and I am optimistic in the next days to eradicate the problems with travis.
feel free to experiment, it's one of the best way to learn :grin: .
Note that you can rewrite your PR branch completely if you want to try a different solution, just reset it or rebase, ignoring unwanted commits, and then push --force
.
test01