From 8110c3fb007dcf115d44f5552a981713d6d65153 Mon Sep 17 00:00:00 2001 From: "Ian A.Mason" Date: Mon, 13 Jul 2020 13:33:45 -0700 Subject: [PATCH] CI wild goose chase, III --- .travis/install_llvm.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis/install_llvm.sh b/.travis/install_llvm.sh index 5ccd86c..a20b015 100755 --- a/.travis/install_llvm.sh +++ b/.travis/install_llvm.sh @@ -4,5 +4,6 @@ set -ev if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then wget http://csl.sri.com/users/iam/llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz brew install -v ./llvm_lite-6.0.0.high_sierra.bottle.1.tar.gz + # this bombs out at the update of 'unbound' whatever that is ... #brew install -v llvm fi