mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
10 lines
156 B
YAML
10 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
|