Skip to content

Commit

Permalink
tried to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 30, 2019
1 parent f9f50b6 commit 3b2ce82
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .ci/before_install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

# failure is a natural part of life
set -e

# If language: r,
# install these testing packages we need
if [ -z "$TRAVIS_R_VERSION" ];
then
Rscript -e "install.packages(c('devtools', 'knitr', 'testthat', 'rmarkdown'), repos = 'http://cran.rstudio.com')"
fi

0 comments on commit 3b2ce82

Please sign in to comment.