Skip to content

Commit

Permalink
Merge c6235c8 into 1eaa926
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolepore committed Feb 14, 2019
2 parents 1eaa926 + c6235c8 commit d236781
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 3 deletions.
18 changes: 16 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,19 @@
language: R
sudo: false
cache: packages
after_success:
- Rscript -e 'covr::coveralls()'
latex: false

matrix:
include:
- r: devel
- r: release
after_success: Rscript -e 'covr::coveralls()'
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
- r: oldrel
- r: 3.3
- r: 3.2
- r: 3.1
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ Authors@R:
person(given = "Mauro",
family = "Lepore",
role = c("aut", "cre"),
email = "maurolepore@gmail.com")
email = "maurolepore@gmail.com",
comment = c(ORCID = "0000-0002-1986-7988"))
Description: The goal of tor (to-R) is to help you to import
multiple files from a single directory at once, and to do so as
quickly, flexibly, and simply as possible.
Expand Down
19 changes: 19 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r

language: R
sudo: false
cache: packages

matrix:
include:
- r: devel
- r: release
after_success: Rscript -e 'covr::coveralls()'
before_deploy: Rscript -e 'remotes::install_cran("pkgdown")'
deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true
- r: oldrel
- r: 3.3
- r: 3.2

0 comments on commit d236781

Please sign in to comment.