Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuanchao-Xu committed Oct 28, 2019
1 parent c2f1c7a commit 314b815
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ before_install:
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 -q -e 'remotes::install_github("Rdatatable/data.table")
# echo "options(repos = c(CRAN='https://cran.rstudio.com'))" > ~/.Rprofile
# - sudo apt-get autoclean
# - sudo aptitude install libgdal-dev
Expand All @@ -38,5 +39,5 @@ apt_packages:
# - rgdal
# - rgeos
# - data.table
r_packages:
- data.table
#r_packages:
# - data.table

0 comments on commit 314b815

Please sign in to comment.