Extension to interact with travis build status.
Lists last 10 builds for each branch for all repositories you own or organization, the build status is shown using icon.
api-token
.
Extension requires four settings
Copy api-token, you need it once after installing extension, you'll see pop-up paste there.
Note: By miss if you missed pasting api-token, you can add it again by clicking on ... icon which shows on REPOSITORIES title or you can run using command pallette Shift + CMD + P
-> search for Travis Client: Set <Community/Enterprise> Token
and hit enter.
Travis Enterprise
(Shift + CMD + P)
search >Travis Client: Set Enterprise Token
and hit enter, Paste Travis Enterprise api-token
in input field.Travis Community
(Shift + CMD + P)
search >Travis Client: Set Community Token
and hit enter, Paste Travis Community api-token
in input field.This extension contributes the following settings:
travisClient.owner
: owner name or organization name, (It's not github email id).
owner
: Name in travis accounttravisClient.branches
: want's to see only these branches build status, default it'll show all branches
travisClient.pro
: enables travis enterprise mode, which need to private repositories, for enterprise mode you need enterprise api token .
default value for this is false.
travisClient.interval
: time interval for auto refresh data. interval in minuts (default: 5 minutes)
For example:
"travisClient.owner": "lakkanna",
"travisClient.branches": ["master", "sprint"],
"travisClient.pro": true,
"travisClient.interval": 6
travisClient.pro
is enabled, should add enterprise api-token.If you have any questions feel free to shoot an email:
lakkannawalikar@gmail.com