Skip to content

Commit a8eb065

Browse files
committed
installs devtools on travis
1 parent 364757c commit a8eb065

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ before_install:
1111
- Rscript -e "update.packages(ask = FALSE)"
1212
- Rscript -e "if (!'covr' %in% rownames(installed.packages())) install.packages('covr')"
1313
- Rscript -e "if (!'roxygen2' %in% rownames(installed.packages())) install.packages('roxygen2')"
14+
- Rscript -e "if (!'devtools' %in% rownames(installed.packages())) install.packages('devtools')"
1415

1516
before_script:
1617
- Rscript -e "devtools::document()"

0 commit comments

Comments
 (0)