1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 09:55:24 +02:00
tldr/pages/common/travis.md
Managor d1fa35edf6
common/*: reduce usage of "command-line" (part 2) (#16950)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:47:23 +03:00

449 B

travis

Interface with Travis CI. More information: https://github.com/travis-ci/travis.rb.

  • Display the client version:

travis version

  • Authenticate the CLI client against the server, using an authentication token:

travis login

  • List repositories the user has permissions on:

travis repos

  • Encrypt values in .travis.yml:

travis encrypt {{token}}

  • Generate a .travis.yml file and enable the project:

travis init