Adding change directory directive to CI because R pkg is a subdir

This commit is contained in:
pegeler 2018-06-28 17:34:41 -04:00
parent a0a482abef
commit a4e58cd5ed
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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: |