mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 18:49:39 +02:00
9 lines
156 B
YAML
9 lines
156 B
YAML
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
|
|
|
before_install:
|
|
- cd R
|
|
|
|
language: R
|
|
r: devel
|
|
sudo: false
|
|
cache: packages
|