Skip to content

Commit

Permalink
Batch Updating Travis configs: [revdep skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwishart committed May 30, 2022
1 parent 11f2de5 commit 49ed76a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ r:
dist: bionic
cache: packages
warnings_are_errors: false
latex: false

# install debian libraries to match R-servers
# update pre-installed packages to latest versions
before_install:
- export R_REMOTES_NO_ERRORS_FROM_WARNINGS="true"
- sudo add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable
- sudo apt-get -qq update
- sudo apt-get install -y libgdal-dev libproj-dev python-protobuf libprotoc-dev libprotobuf-dev libv8-dev librsvg2-dev libmpfr-dev libnlopt-dev
- sudo apt-get install -y libgdal-dev libproj-dev python-protobuf libprotoc-dev libprotobuf-dev libv8-dev librsvg2-dev libmpfr-dev libnlopt-dev
- sudo add-apt-repository -y ppa:cran/libgit2
- sudo apt-get -qq update
- sudo apt-get install libgit2-dev
Expand Down

0 comments on commit 49ed76a

Please sign in to comment.