From 5ccaa2b22f117fa6d8f0b5ceaa950b4db18b55f0 Mon Sep 17 00:00:00 2001 From: Alex Bokov Date: Thu, 7 Nov 2019 20:47:07 -0600 Subject: [PATCH] I got Mac builds to stop failing on Travis-CI by 1) removing the xcode8.3 setting, letting the current default (and newer) version of xcode be used instead. Also took the before_install script back out because now the data.table binary is again available. Fixes #246. Fixes #242 --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ec94be1..cc4c2ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: r -sudo: false cache: packages -matrix: +jobs: include: - os: linux r: oldrel @@ -13,12 +12,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: