snippetbashTip
travis — Interface with Travis CI. More information: <https://github.com/travis-ci/travis.rb#command-line-cli
Viewed 0 times
commandinterfacetraviscliinformationwithmore
Problem
How to use the
travis command: Interface with Travis CI. More information: <https://github.com/travis-ci/travis.rb#command-line-client>.Solution
travis — Interface with Travis CI. More information: <https://github.com/travis-ci/travis.rb#command-line-client>.Authenticate the CLI client against the server, using an authentication token:
travis loginList repositories the user has permissions on:
travis reposEncrypt values in
.travis.yml:travis encrypt {{token}}Generate a
.travis.yml file and enable the project:travis initDisplay version:
travis versionCode Snippets
Authenticate the CLI client against the server, using an authentication token
travis loginList repositories the user has permissions on
travis reposEncrypt values in `.travis.yml`
travis encrypt {{token}}Generate a `.travis.yml` file and enable the project
travis initDisplay version
travis versionContext
tldr-pages: common/travis
Revisions (0)
No revisions yet.