From f4d6e1dafe73ed7baf4f26785f2ead65577381fd Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Tue, 23 Oct 2018 21:17:05 +0200 Subject: [PATCH] CI fixes --- .gitlab-ci.yml | 1 + appveyor.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9696df7b..134ba8fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/appveyor.yml b/appveyor.yml index 8b729101..c2f8af07 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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'