From 3370a4091c3567fe1548e46c1840353c701ae17e Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Sun, 27 Jan 2019 11:15:59 +0100 Subject: [PATCH] CI fix --- .gitlab-ci.yml | 4 +++- README.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e3a5110..60a80507 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -59,7 +59,9 @@ cache: R: stage: build - allow_failure: true + allow_failure: false + variables: + WARNINGS_ARE_ERRORS: 1 script: # remove vignettes folder and get VignetteBuilder field out of DESCRIPTION file - rm -rf vignettes diff --git a/README.md b/README.md index daaa9ed3..73a6eb87 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `AMR` (for R) +# `AMR` (for R) ### Not a developer? Then please visit our website [https://msberends.gitlab.io/AMR](https://msberends.gitlab.io/AMR) to read about this package. **It contains documentation about all of the included functions and also a comprehensive tutorial about how to conduct AMR analysis.**