Skip to content

Commit

Permalink
Remove scaffolding for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Mar 2, 2022
1 parent 7d306f2 commit c77bb32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ Suggests:
sodium
RoxygenNote: 7.1.2
Encoding: UTF-8
Remotes: jeroen/curl
Roxygen: list(markdown = TRUE)
1 change: 1 addition & 0 deletions tests/testthat/test_ssl_ctx.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_that("ssl-ctx integration works", {
skip_on_cran()
skip_if_not_installed('curl')
skip_if(packageVersion('curl') < '4.3.3')
skip_if_not(ssl_ctx_curl_version_match())
Expand Down

0 comments on commit c77bb32

Please sign in to comment.