We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ecd03 commit 141c775Copy full SHA for 141c775
.travis.yml
@@ -1,7 +1,5 @@
1
language: R
2
cache: packages
3
-sudo: true
4
-dist: trusty
5
6
# build matrix; turn on vdiffr only on r release
7
matrix:
@@ -35,8 +33,13 @@ env:
35
33
after_success:
36
34
- Rscript -e 'covr::codecov()'
37
38
-before_install:
39
- - sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
40
- - sudo apt-get --yes --force-yes update -qq
41
- - sudo apt-get install --yes libudunits2-dev libproj-dev libgeos-dev libgdal-dev
42
- - Rscript -e 'update.packages(ask = FALSE)'
+addons:
+ apt:
+ sources:
+ - sourceline: 'ppa:ubuntugis/ppa'
+ packages:
+ - libudunits2-dev
+ - libproj-dev
43
+ - libgeos-dev
44
+ - libgdal-dev
45
+
0 commit comments