Try to stop OSX from running brew cleanup every time.

This commit is contained in:
David Given
2019-07-08 23:27:54 +02:00
parent 3b6ea24df5
commit c91ca1b730

View File

@@ -11,11 +11,13 @@ matrix:
compiler: gcc
env: CXX=g++-8
script:
- make
- make
-
os: osx
osx_image: xcode10.2
compiler: clang
env:
- HOMEBREW_NO_INSTALL_CLEANUP=1
addons:
apt: