TravisCI
Added in v0.0.12
.
Displays build information for your Travis CI account.
Source Code
wtf/travisci/
Keyboard Commands
Key: [return]
Action: Open the selected build in the browser.
Key: j
Action: Select the next build in the list.
Key: k
Action: Select the previous build in the list.
Key: r
Action: Refresh the data.
Key: ↓
Action: Select the next build in the list.
Key: ↑
Action: Select the previous build in the list.
Configuration
travisci:
apiKey: "3276d7155dd9ee27b8b14f8743a408a9"
enabled: true
position:
top: 4
left: 1
height: 1
width: 2
pro: false
refreshInterval: 900
Attributes
apiKey
Value: Your Travis CI API access token.
enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true
, false
.
position
Defines where in the grid this module’s widget will be displayed.
refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n
.
pro
Determines whether or not this module will use the Pro version of Travis CI.
Values: true
, false
.