Skip to content
This repository has been archived by the owner on May 10, 2022. It is now read-only.

Commit

Permalink
set endpoint to .com if unset (ropensci review)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s committed Jan 7, 2020
1 parent b94ad8b commit a8b7ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ check_endpoint <- function() {
If supplied, the {.arg endpoint} argument in
any {.fun travis_*} function will take precedence.
(This message is displayed once per session.)")
Sys.setenv("R_TRAVIS" = ".org")
Sys.setenv("R_TRAVIS" = ".com")
}
# for an empty line before any log output appears
cli::cli_par()
Expand Down

0 comments on commit a8b7ad3

Please sign in to comment.