mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 09:55:08 +00:00
Update cheatsheets
This commit is contained in:
29
travis
Normal file
29
travis
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# travis
|
||||
|
||||
> Command-line client to 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`
|
||||
Reference in New Issue
Block a user