mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
1.0 KiB
1.0 KiB
title, date, draft
title | date | draft |
---|---|---|
TravisCI | 2018-07-18T14:36:08-04:00 | false |
Displays build information for your Travis CI account.

Source Code
wtf/travisci/
Required ENV Variables
Key: WTF_TRAVIS_API_TOKEN
Value: Your Travis CI API access token.
Keyboard Commands
None.
Configuration
travisci:
enabled: true
position:
top: 4
left: 1
height: 1
width: 2
refreshInterval: 900
Attributes
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
.