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 d637893 commit cfd8f3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ env:
global:
- NOT_CRAN = true
before_install:
echo "options(repos = c(CRAN='https://cran.rstudio.com'))" > ~/.Rprofile
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
#echo "options(repos = c(CRAN='https://cran.rstudio.com'))" > ~/.Rprofile
- 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
# - sudo apt-get autoclean
# - sudo aptitude install libgdal-dev
apt_packages:
Expand Down

0 comments on commit cfd8f3e

Please sign in to comment.