Forgot the verbose switch.

This commit is contained in:
Ian A. Mason 2018-06-22 06:42:18 -07:00
parent 1e74a073d9
commit 7e21dd816d

View File

@ -4,5 +4,5 @@ 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
brew install llvm
brew install -v llvm
fi