mirror of
https://github.com/agdamsbo/REDCapCAST.git
synced 2024-11-22 13:30:23 +01:00
Adding change directory directive to CI because R pkg is a subdir
This commit is contained in:
parent
a0a482abef
commit
a4e58cd5ed
@ -1,5 +1,8 @@
|
|||||||
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
|
||||||
|
|
||||||
|
before_install:
|
||||||
|
- cd R
|
||||||
|
|
||||||
language: R
|
language: R
|
||||||
sudo: false
|
sudo: false
|
||||||
cache: packages
|
cache: packages
|
@ -1,5 +1,8 @@
|
|||||||
# DO NOT CHANGE the "init" and "install" sections below
|
# DO NOT CHANGE the "init" and "install" sections below
|
||||||
|
|
||||||
|
before_build:
|
||||||
|
- cd R
|
||||||
|
|
||||||
# Download script file from GitHub
|
# Download script file from GitHub
|
||||||
init:
|
init:
|
||||||
ps: |
|
ps: |
|
Loading…
Reference in New Issue
Block a user