Skip to content

Commit

Permalink
I got Mac builds to stop failing on Travis-CI by 1) removing the xcod…
Browse files Browse the repository at this point in the history
…e8.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
  • Loading branch information
bokov authored and leeper committed Dec 17, 2019
1 parent 2991a10 commit 38d19a6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: r
sudo: false
cache: packages
matrix:
jobs:
include:
- os: linux
r: oldrel
Expand Down

0 comments on commit 38d19a6

Please sign in to comment.