You don’t need any token if the repositories you want to track are public. In that case, use the token none in the configuration.
Otherwise, you need the Travis CI’s API authorization:
token value in your configuration file services:
travis:
token: none
| Name | Description |
|---|---|
| travis.table_builds | Display the last builds ordered by finished date |
| Name | Description | Default value | Examples | Availability |
|---|---|---|---|---|
| row_limit | Limit the number of rows | 5 | 5, 100 | |
| repository | Repository you want to track. If omitted, every repository will appear | devdash |
||
| owner | The owner of the repository | Phantas0s |