Skip to content

Commit

Permalink
preinstall devtools, roxygen before documenting in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanderloo committed Mar 4, 2016
1 parent 6e4caf9 commit 4683a90
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 @@ -5,6 +5,7 @@ language: r
cache: packages

before_install:
- R -e "install.packages(c('devtools','roxygen2'))"
- R -e "devtools::document('pkg')"
- cd ./pkg

Expand Down

0 comments on commit 4683a90

Please sign in to comment.