mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2025-09-12 10:39:39 +02:00
Adding change directory directive to CI because R pkg is a subdir
This commit is contained in:
parent
a0a482abef
commit
a4e58cd5ed
2 changed files with 6 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
||||
|
||||
before_install:
|
||||
- cd R
|
||||
|
||||
language: R
|
||||
sudo: false
|
||||
cache: packages
|
|
@ -1,5 +1,8 @@
|
|||
# DO NOT CHANGE the "init" and "install" sections below
|
||||
|
||||
before_build:
|
||||
- cd R
|
||||
|
||||
# Download script file from GitHub
|
||||
init:
|
||||
ps: |
|
Loading…
Add table
Reference in a new issue