This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-23 21:17:05 +02:00
parent 99323e704d
commit f4d6e1dafe
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
image: rocker/r-base
gitlab:
script:
- atp-get update
- apt-get install --yes libssl-dev libcurl4-openssl-dev libxml2-dev
- R -e "install.packages(c('backports', 'curl', 'crayon', 'data', 'dplyr', 'hms', 'knitr', 'rlang', 'rvest', 'tidyr', 'xml2', 'covr', 'ggplot2', 'rmarkdown', 'rstudioapi', 'testthat'))"
- R CMD build . --no-build-vignettes --no-manual

View File

@ -36,7 +36,7 @@ on_failure:
- appveyor PushArtifact failure.zip
on_success:
- Rscript -e "covr::codecov()"
- Rscript -e "covr::codecov(token = '50ffa0aa-fee0-4f8b-a11d-8c7edc6d32ca')"
artifacts:
- path: '*.Rcheck\**\*.log'