Update .gitlab-ci.yml

This commit is contained in:
dr. M.S. (Matthijs) Berends 2018-10-24 17:40:54 +00:00
parent 2ea047838c
commit e75e05cc61
1 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,7 @@ stages:
- deploy - deploy
linux_job: linux_job:
stage: stage: build
- build
script: script:
- apt-get update - apt-get update
# install dependencies for package # install dependencies for package
@ -23,8 +22,7 @@ linux_job:
- R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran - R CMD check "${PKG_FILE_NAME}" --no-build-vignettes --no-manual --as-cran
osx_job: osx_job:
stage: stage: build
- build
tags: tags:
- osx - osx
script: script: