mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
9 lines
147 B
YAML
9 lines
147 B
YAML
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
|
|
|
before_install:
|
|
- cd R
|
|
|
|
language: R
|
|
sudo: false
|
|
cache: packages
|