{"id":13464754,"url":"https://github.com/juliangruber/travis-watch","last_synced_at":"2025-04-06T00:09:42.030Z","repository":{"id":19031920,"uuid":"85851484","full_name":"juliangruber/travis-watch","owner":"juliangruber","description":"Stream live travis test results of the current commit to your terminal!","archived":false,"fork":false,"pushed_at":"2023-02-27T19:48:15.000Z","size":1153,"stargazers_count":292,"open_issues_count":9,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-29T22:07:58.952Z","etag":null,"topics":["ci","cli","dx","terminal","travis"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/juliangruber.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}},"created_at":"2017-03-22T16:31:05.000Z","updated_at":"2024-01-25T04:36:55.000Z","dependencies_parsed_at":"2024-01-16T05:39:26.649Z","dependency_job_id":"c440d5fe-cb7a-4700-9625-037cb54b7196","html_url":"https://github.com/juliangruber/travis-watch","commit_stats":{"total_commits":168,"total_committers":5,"mean_commits":33.6,"dds":"0.17261904761904767","last_synced_commit":"410795a8c61597f0ccd65d4c8a8e088113b1a06b"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangruber%2Ftravis-watch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangruber%2Ftravis-watch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangruber%2Ftravis-watch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliangruber%2Ftravis-watch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliangruber","download_url":"https://codeload.github.com/juliangruber/travis-watch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247415967,"owners_count":20935387,"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":["ci","cli","dx","terminal","travis"],"created_at":"2024-07-31T14:00:49.775Z","updated_at":"2025-04-06T00:09:42.001Z","avatar_url":"https://github.com/juliangruber.png","language":"JavaScript","funding_links":["https://www.patreon.com/juliangruber"],"categories":["JavaScript"],"sub_categories":[],"readme":"\n# travis-watch [![Build Status](https://travis-ci.org/juliangruber/travis-watch.svg?branch=master)](https://travis-ci.org/juliangruber/travis-watch) [![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/travis-watch.svg)](https://greenkeeper.io/)\n\nStream live travis test results of the current commit to your terminal. Exits with the proper exit code too!\n\n![screenshot](screenshot.png)\n\n## Installation\n\n```bash\n$ npm install -g travis-watch\n```\n\n## Usage\n\n```bash\n$ travis-watch --help\nUsage: travis-watch [DIRECTORY]\n```\n\n## Supported build environments\n\n- Node.js\n- Ruby\n- PHP\n- Go\n- Python\n\nFor more, please [open an issue](https://github.com/juliangruber/travis-watch/issues/new).\n\n## JavaScript API\n\n```js\nconst differ = require('ansi-diff-stream')\nconst render = require('render-ci-matrix')()\nconst Watch = require('travis-watch')\n\nconst diff = differ()\ndiff.pipe(process.stdout)\n\nconst watch = new Watch(process.cwd())\nwatch.start()\n\nsetInterval(\n  () =\u003e diff.write(render(watch.state)),\n  100\n)\n\nwatch.on('finish', () =\u003e {\n  diff.write(render(watch.state))\n  process.exit(!watch.state.success)\n})\n```\n\n## Kudos\n\n- Development of this module is sponsored by the [Dat Project](https://datproject.org/).\n- Travis is :heart:\n\n## Related\n\n- __[appveyor-watch](https://github.com/juliangruber/appveyor-watch)__ \u0026mdash; Stream live AppVeyor test results of the current commit to your terminal!\n- __[ci-watch](https://github.com/juliangruber/ci-watch)__ \u0026mdash; Travis-Watch and AppVeyor-Watch combined!\n- __[travis-logs](https://github.com/juliangruber/travis-logs)__ \u0026mdash; Stream live travis logs to your terminal!\n- __[ansi-diff-stream](https://github.com/mafintosh/ansi-diff-stream)__ \u0026mdash; A transform stream that diffs input buffers and outputs the diff as ANSI. If you pipe this to a terminal it will update the output with minimal changes\n- __[render-ci-matrix](https://github.com/juliangruber/render-ci-matrix)__ \u0026mdash; Render a CI results matrix to the terminal.\n\n## Sponsors\n\nThis module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)!\n\nDo you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)!\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliangruber%2Ftravis-watch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliangruber%2Ftravis-watch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliangruber%2Ftravis-watch/lists"}