forked from ropensci/MODIStsp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
41 lines (37 loc) · 838 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
language: r
sudo: required
dist: xenial
cache:
- packages
- ccache
r:
- release
- devel
before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo add-apt-repository -y ppa:cran/jq --yes
- sudo apt-get -qq update
- sudo apt-get install -y libudunits2-dev libgdal-dev libgeos-dev libproj-dev aria2
env:
global:
- R_LIBS="http://cran.rstudio.com"
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
- R_CHECK_ARGS="--no-build-vignettes --no-manual --as-cran"
- R_CHECK_TIMINGS_="0"
apt_packages:
- libv8-dev
- libjq-dev
- libprotobuf-dev
- libprotoc-dev
- protobuf-compiler
r_packages:
- udunits2
- units
- covr
- sf
- shiny
- leaflet
- mapview
- mapedit
after_success:
- Rscript -e 'library(covr);coveralls();codecov()'