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