From 62f5cf8d4e71ad407c1207521880a3c4070d17ef Mon Sep 17 00:00:00 2001 From: Alex Bokov Date: Wed, 4 Dec 2019 16:33:37 -0600 Subject: [PATCH] Added minimum .travis.yml changes to avoid MacOS build failure on TravisCI (see #246, #242, #247) --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec94be1..9fe9e59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,12 +13,6 @@ matrix: dist: trusty env: R_CODECOV=true - os: osx - osx_image: xcode8.3 -before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm && - export PATH="/usr/local/opt/llvm/bin:$PATH" && - export LDFLAGS="-L/usr/local/opt/llvm/lib" && - export CFLAGS="-I/usr/local/opt/llvm/include"; fi r_packages: - covr after_success: