From 97e87ce0bed503b3e13b4d161e25bed1e47cd31e Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Wed, 2 Sep 2020 18:47:08 +0100 Subject: Change the way bash is upgraded on macOS. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2c70284f..8f8933a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -145,7 +145,7 @@ cache: directories: - $HOME/Library/Caches/Homebrew before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; brew install bash ; fi + - 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 -- cgit 1.4.1