Remove specific for travis operation.

This commit is contained in:
Roman Telezhynskyi 2021-09-24 15:29:11 +03:00
parent 5602114489
commit d98d5758d6

View file

@ -43,10 +43,6 @@ macos_task_template: &MACOS_TASK_TEMPLATE
local_homebrew_cache:
folder: "$HOME/Library/Caches/Homebrew"
install_script:
- brew cleanup
# Credit https://discourse.brew.sh/t/best-practice-for-homebrew-on-travis-brew-update-is-5min-to-build-time/5215/9
# Cache only .git files under "/usr/local/Homebrew" so "brew update" does not take 5min every build
- find /usr/local/Homebrew \! -regex ".+\.git.+" -delete
- brew update > /dev/null
- brew install qt5
- chmod -R 755 /usr/local/opt/qt5/*