{"id":16170672,"url":"https://github.com/seripap/sublime-travis-ci-status","last_synced_at":"2025-04-07T07:30:36.050Z","repository":{"id":151333275,"uuid":"89524995","full_name":"seripap/sublime-travis-ci-status","owner":"seripap","description":"Travis CI build status information for active branch in Sublime Text 3","archived":false,"fork":false,"pushed_at":"2019-02-11T18:07:20.000Z","size":52,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-13T11:46:00.374Z","etag":null,"topics":["continuous-integration","sublime-package","sublime-text-plugin","sublimetext3","travis-ci"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seripap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-26T20:45:39.000Z","updated_at":"2017-04-27T14:05:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"70bd01b7-0644-4d02-8ac1-d098bdad9416","html_url":"https://github.com/seripap/sublime-travis-ci-status","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seripap%2Fsublime-travis-ci-status","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seripap%2Fsublime-travis-ci-status/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seripap%2Fsublime-travis-ci-status/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seripap%2Fsublime-travis-ci-status/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seripap","download_url":"https://codeload.github.com/seripap/sublime-travis-ci-status/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247611483,"owners_count":20966540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-integration","sublime-package","sublime-text-plugin","sublimetext3","travis-ci"],"created_at":"2024-10-10T03:19:20.677Z","updated_at":"2025-04-07T07:30:36.042Z","avatar_url":"https://github.com/seripap.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travis CI Statusbar integration for Sublime Text\n\n\u003e Shows current build status of active branch from Travis CI in the status bar for Sublime Text 3.\n\n![preview](./screenshot.gif)\n\n### Getting Started\n\nSet the following keys in your **User Preferences**.\n\n- `travis_api_token` is **required**. You can get this from [https://developer.travis-ci.com/authentication](https://developer.travis-ci.com/authentication)\n- `travis_private_projects` is optional. If set to true, the plugin will use https://api.travis-ci.com instead of https://api.travis-ci.org as its endpoint.\n\n```\n{\n  \"travis_api_token\": \"\",\n  \"travis_private_projects\": false,\n}\n```\n\n#### Setup\n\nBy 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`:\n\n```\n[travis]\n    slug = \u003crepo\u003e/\u003crepo-name\u003e\n```\n\nThis slug must match the location of where it resides on travis-ci.com/org (`travis-ci.org/\u003crepo\u003e/\u003crepo-name\u003e`).\n\n#### Projects\n\nYou can avoid having to set git configs by creating a project and setting the following `settings key` inside of your project config:\n\n```\n\"settings\": {\n    \"travis_project_repo\": \"\u003crepo\u003e/\u003crepo-name\u003e\"\n}\n```\n\nThis will override any slug set by git config.\n\n### Errors\n\nBy 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.\n\n### Acknowledgements\n\n- [@Section214](https://github.com/Section214/ST3-Travis-CI) for original code.\n- [@pichillilorenzo](https://github.com/pichillilorenzo/JavaScript-Completions) for status bar animation\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseripap%2Fsublime-travis-ci-status","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseripap%2Fsublime-travis-ci-status","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseripap%2Fsublime-travis-ci-status/lists"}