Navigation Menu

Skip to content

jadsalhani/webdash-travis-ci

Repository files navigation

webdash travis ci

[plugin description]

npm install --save-dev webdash-travis-ci

Features

  • Get latest build state directly from Travis
  • Get current active builds for all the branches in the repo
  • Cancel any current active build

Configuration

You need to edit your webdash.json file, and add the following values:

  • token => You can get it from here
  • githubRepo => Equivalent to username/repository-name; jadsalhani/webdash-travis-ci

Like so:

{
    "travis": {
          "token": "travis-token-here",
          "githubRepo": "username/repo"
     }
}

About

Webdash Plugin to integrate Travis CI in your dashboard.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published