Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci,os-x: disable brew's default install cleanup
Whenever running `brew install` and `brew cleanup` hasn't been run for 30 days, `brew cleanup` will be run. For Travis-CI's OS-X images, this is often true, which just consumes time. Travis-CI has an opt-out env-var `HOMEBREW_NO_INSTALL_CLEANUP` which disables this behavior when set. Most about it here: Homebrew/brew@8144667 `libiio` is not affected by this default `brew cleanup` behavior (yet). However, since these scripts are propagated in other repos, then it makes sense to have this behavior default here. Signed-off-by: Alexandru Ardelean <[email protected]>
- Loading branch information