1.0.0 • Published 6 years ago

cerebro-travis v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

cerebro-plugin-travis

Build Status

Cerebro plugin for Travis CI

npm.io

Install

  • Use cerebro plugin manager to install.

plugins travis

Requirements

Usage

  • After installing the plugin, you need to configure it to access Travis API by setting the "authToken" in plugin settings with the value you got, from travis token command from requirements section.

  • Then just type travis cerebro to list all the available projects (only projects active in Travis, and a maximum of 100 records will be presented).

  • Clicking on an item, will open the respective project page on travis.

  • Tab on an item will display a list of last 10 builds. you can click on a build item to go to the respective build details page on Travis website.

  • Projects List is cached by 5 minutes. You can force clearing the cache by running travis cache:clear command.

Development

Clone repo

git clone https://github.com/brpaz/cerebro-plugin-travis

Install dependencies

yarn install

Launch the plugin

yarn start

  • A symlink will be created between the plugin folder and the Cerebro plugins folder.
  • You will need to reload your Cerebro settings (Right click on Cerebro tray icon -> Development -> Reload).
  • You can use Cerebro Dev Tools to debug your plugin.

Publish your plugin

Related