Skip to content

Commit

Permalink
Added no-manual to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dmenne committed Jun 26, 2020
1 parent e686be2 commit 0e1256b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
language: r

env:
global:
- R_BUILD_ARGS="--no-build-vignettes --no-manual"
- R_CHECK_ARGS="--no-build-vignettes --no-manual --timings"
- _R_CHECK_TIMINGS_="0" ## get the timing information for the examples for all of your functions
r:
- devel
- release
Expand Down

0 comments on commit 0e1256b

Please sign in to comment.