diff options
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 8f8933a8..c0436cad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -139,13 +139,14 @@ addons: apt: packages: - docker-ce + homebrew: + packages: + - bash cache: ccache: true apt: true directories: - $HOME/Library/Caches/Homebrew -before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export HOMEBREW_NO_INSTALL_CLEANUP=1 && brew update && brew install --verbose --debug bash; fi script: # Build KLEE and run tests |