Omit the CI on OSX until I can work up the energy to see why brew install llvm fails.

This commit is contained in:
Ian A.Mason 2020-07-13 12:29:29 -07:00
parent 13eaad39ad
commit 4958703d80
2 changed files with 3 additions and 4 deletions

View File

@ -11,8 +11,9 @@ matrix:
- os: linux
dist: trusty
sudo: required
- os: osx
osx_image: xcode9.3
# brew install llvm no longer works... can I be bothered fixing it?
# - os: osx
# osx_image: xcode9.3
addons:

View File

@ -2,7 +2,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 -v llvm
fi