Skip to content

Commit

Permalink
installs devtools on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
gdkrmr committed May 16, 2019
1 parent 364757c commit a8eb065
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ before_install:
- Rscript -e "update.packages(ask = FALSE)"
- Rscript -e "if (!'covr' %in% rownames(installed.packages())) install.packages('covr')"
- Rscript -e "if (!'roxygen2' %in% rownames(installed.packages())) install.packages('roxygen2')"
- Rscript -e "if (!'devtools' %in% rownames(installed.packages())) install.packages('devtools')"

before_script:
- Rscript -e "devtools::document()"
Expand Down

0 comments on commit a8eb065

Please sign in to comment.