Skip to content

Commit

Permalink
.travis.yml; bugfix; Implementing workaround to new data.table releas…
Browse files Browse the repository at this point in the history
…e failing to install, from upstream: Rdatatable/data.table#3938
  • Loading branch information
bokov committed Oct 14, 2019
1 parent f3b3c2d commit 443bbef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ matrix:
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:
Expand Down

0 comments on commit 443bbef

Please sign in to comment.