From 38d19a6ab8a30c1071e942bc405e092b87e1a5ec 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9fe9e59..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