forked from UrbanAnalyst/gtfsrouter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
49 lines (44 loc) · 1.23 KB
/
.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
42
43
44
45
46
47
48
49
language: R
warnings_are_errors: true
sudo: required
cache: packages
r_check_args: --as-cran
matrix:
include:
- r: release
after_success:
- Rscript -e "covr::codecov(function_exclusions='plot.gtfs_isochrone')"
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github(verbose = TRUE)'
skip_cleanup: true
- r: devel
- r: oldrel
- os: osx
r: release
before_install: ''
disable_homebrew: true
- os: osx
r: devel
before_install: ''
disable_homebrew: true
allow_failures:
- os: osx
r: release
before_install: ''
disable_homebrew: true
- os: osx
r: devel
before_install: ''
disable_homebrew: true
before_install:
- sudo add-apt-repository ppa:ubuntugis/ubuntugis-unstable --yes
- sudo apt-get --yes --force-yes update -qq
- sudo apt-get install --yes libproj-dev libgeos-dev libgdal-dev libudunits2-dev
notifications:
email:
on_success: change
on_failure: change
r_packages:
- covr