JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

Suggestion: `Travis.genkeys` to show the travis-ci.com URL instead of the .org one #24

Closed briochemc closed 5 years ago

briochemc commented 5 years ago

I think Travis CI is moving everything to its travis-ci.com domain rather than the travis-ci.org one (see, e.g., this travis-blog entry). Would it make sense to have Travis.genkeys suggest the travis-ci.com URL when generating the private key?

While I'm here I'd also like to suggest that Travis.genkeys also mentions the public key's name. That is, add something like what I put in bold below

add the public key below to https://github.com/user_name/package_name/settings/keys with name 'documenter' and read/write access

(Right now this is only mentioned in the documentation of Documenter.jl)