Permalink
Browse files

more travis config: cache packages and install packages that we xref …

…in the Rd files *except* vegan3d as that might need more headers...
  • Loading branch information...
1 parent e26c1cc commit 93e00c86f7571af665a9b9142e305bdfb78c1e9e @gavinsimpson gavinsimpson committed Sep 7, 2016
Showing with 14 additions and 0 deletions.
  1. +14 −0 .travis.yml
View
@@ -1,4 +1,5 @@
language: r
+cache: packages
r:
- release
@@ -11,6 +12,19 @@ addons:
packages:
- qpdf
+r_packages:
+ - ade4
+ - cclust
+ - bipartite
+ - labdsv
+ - car
+ - ellipse
+ - smacof
+ - coda
+ - maptools
+ - ape
+ - picante
+
r_github_packages:
- jimhester/covr

0 comments on commit 93e00c8

Please sign in to comment.