From b8f9a0c3f6134b7015e93ac65621e1082de935ee Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Tue, 13 Dec 2022 21:00:45 -0600 Subject: [PATCH] we no longer use travis --- tests/test-ci.R | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/tests/test-ci.R b/tests/test-ci.R index 7b94ab3c..495255c7 100644 --- a/tests/test-ci.R +++ b/tests/test-ci.R @@ -1,13 +1,7 @@ # run tests on CI (these tests depend on Chrome) print_pdf = function(input, output = tempfile(), ...) { - chrome_print( - input, output, - # use --no-sandbox with travis - # https://docs.travis-ci.com/user/chrome#sandboxing - # extra_args = c('--disable-gpu', '--no-sandbox'), - ... - ) + chrome_print(input, output, ...) } if (!is.na(Sys.getenv('CI', NA))) {