The usual travis pain.

This commit is contained in:
Ian A. Mason 2018-06-22 07:04:04 -07:00
parent 7e21dd816d
commit 9567f3a6bc

View File

@ -25,7 +25,8 @@ before_install:
- export GLLVM_SRC=`pwd`
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- ${GLLVM_SRC}/.travis/install_llvm.sh
- export PATH="/usr/local/opt/llvm_lite/bin:$PATH"
- export PATH="/usr/local/opt/llvm/bin:$PATH
# - export PATH="/usr/local/opt/llvm_lite/bin:$PATH"
script: