Skip to content

Commit

Permalink
Cleanup Travis config (#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen authored and yutannihilation committed Jul 24, 2019
1 parent d1ecd03 commit 141c775
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: R
cache: packages
sudo: true
dist: trusty

# build matrix; turn on vdiffr only on r release
matrix:
Expand Down Expand Up @@ -35,8 +33,13 @@ env:
after_success:
- Rscript -e 'covr::codecov()'

before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
- Rscript -e 'update.packages(ask = FALSE)'
addons:
apt:
sources:
- sourceline: 'ppa:ubuntugis/ppa'
packages:
- libudunits2-dev
- libproj-dev
- libgeos-dev
- libgdal-dev

0 comments on commit 141c775

Please sign in to comment.