3.0.0 • Published 8 years ago

vudash-widget-travis v3.0.0

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

A Vudash widget for travis builds.

Screenshot

Usage

Add to a (Vudash)https://www.npmjs.com/package/vudash dashboard with the following configuration:

      {
        "widget": "vudash-widget-travis",
        "options": {
          "user": "your-user",
          "repo": "your-repo"
        }
      }

Where your-user is your github organisation or user name, and your-repo is your build/repository name.

Developing

Check the project out, make your changes, and use npm test to run tests.

npm link into a dashboard for live-reload fun.