Skip to content

Commit 2f05bf6

Browse files
for devel version -- needs intervals reinstalled
1 parent 41dc63a commit 2f05bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ addons:
1111
warnings_are_errors: true
1212
before_install:
1313
- tlmgr install index # for texlive and vignette?
14-
- R -e 'install.packages("Rcpp", repos="http://cloud.r-project.org")'
14+
- R -e 'install.packages(c("Rcpp", "intervals"), repos="http://cloud.r-project.org")'
1515
- make Rcpp
1616
- cd selectiveInference

0 commit comments

Comments
 (0)