Skip to content

Commit 7bffd06

Browse files
committed
temporarily disable this test
1 parent e13077e commit 7bffd06

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ before_install:
1313

1414
before_script:
1515
- R CMD INSTALL .
16-
- Rscript tools/test-packages.R
16+
- # Rscript tools/test-packages.R
1717

1818
after_success:
1919
- Rscript -e 'covr::codecov()'

tools/test-packages.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,6 @@ tryCatch(build_more(), error = function(e) {
5656
'pkgs-yihui.txt needs to include:\n', paste(x5, collapse = '\n')
5757
)
5858
})
59+
options(opts)
5960

6061
setwd(owd)

0 commit comments

Comments
 (0)