Skip to content

Commit

Permalink
Merge pull request #516 from ropensci/fix-merge-update
Browse files Browse the repository at this point in the history
Update .travis.yml to match v1.
  • Loading branch information
elinw authored Nov 6, 2019
2 parents 12662aa + f94849b commit c4b7b20
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
language: r
sudo: required
warnings_are_errors: true
r:
- oldrel
- release
- devel
env:
global:
- NOT_CRAN=false
Expand All @@ -20,3 +24,9 @@ r_github_packages:

after_success:
- Rscript -e 'covr::codecov(line_exclusions = list("R/skim_print.R" = c(147, 167, 178:180, 190)))'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
on:
tags: true

0 comments on commit c4b7b20

Please sign in to comment.