Skip to content

Commit

Permalink
Merge pull request #517 from ropensci/develop
Browse files Browse the repository at this point in the history
Develop to master
  • Loading branch information
michaelquinn32 authored Nov 7, 2019
2 parents 722dfa7 + c4b7b20 commit 379dd66
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 379dd66

Please sign in to comment.