travis-ci encrypt command is asking for login --pro
To encrypt
, Travis-CLI will require being logged in first. The --pro
flag provided with the help string is a good default (travis.com
(paid) users are more likely to use the CLI), but not strictly necessary and can be replaced with --org
, which will use the travis.org
(free) endpoint.