Skip to content

Commit

Permalink
Merge pull request #251 from jayqi/travis-datatable-fix
Browse files Browse the repository at this point in the history
Fix data.table osx install bug for travis. Closes #250.
  • Loading branch information
bburns632 authored Oct 17, 2019
2 parents f6de57b + aa49e22 commit 79fe45a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ os:
- osx

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
- Rscript -e "install.packages('roxygen2', repos = 'http://cran.rstudio.org')"
- Rscript -e "install.packages('devtools', repos = 'http://cran.rstudio.org')"

Expand Down

0 comments on commit 79fe45a

Please sign in to comment.