ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Travis CI Statusbar

by seripap ST3

Travis CI build status information for active branch in Sublime Text 3

Details

Installs

  • Total 185
  • Win 64
  • Mac 78
  • Linux 43
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Travis CI Statusbar integration for Sublime Text

Shows current build status of active branch from Travis CI in the status bar for Sublime Text 3.

preview

Getting Started

Set the following keys in your User Preferences.

{
  "travis_api_token": "",
  "travis_private_projects": false,
}

Setup

By default, this plugin reads information from your git configuration for the current directory. You can add the following to your local git config /.git/config:

[travis]
    slug = <repo>/<repo-name>

This slug must match the location of where it resides on travis-ci.com/org (travis-ci.org/<repo>/<repo-name>).

Projects

You can avoid having to set git configs by creating a project and setting the following settings key inside of your project config:

"settings": {
    "travis_project_repo": "<repo>/<repo-name>"
}

This will override any slug set by git config.

Errors

By default, if there is an error or a setting is configured incorrectly the status bar will be normal and not show any build information. If you believe everything is configured correctly, you can view the console to see internal API errors.

Acknowledgements