Skip to content

Commit

Permalink
we no longer use travis
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 14, 2022
1 parent a21b5a8 commit b8f9a0c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/test-ci.R
Original file line number Diff line number Diff line change
@@ -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))) {
Expand Down

0 comments on commit b8f9a0c

Please sign in to comment.