mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-10-30 03:21:53 +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
|