{"id":17138437,"url":"https://github.com/kevinburke/travis","last_synced_at":"2025-04-13T09:53:18.318Z","repository":{"id":66238481,"uuid":"129559703","full_name":"kevinburke/travis","owner":"kevinburke","description":"Command line client for interacting with Travis CI","archived":false,"fork":false,"pushed_at":"2022-02-11T18:41:49.000Z","size":2089,"stargazers_count":19,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T01:22:19.877Z","etag":null,"topics":["api-client","go","golang","travis","travis-ci"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/kevinburke/travis/lib","language":"Go","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/kevinburke.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":"2018-04-14T22:42:33.000Z","updated_at":"2022-02-11T18:41:53.000Z","dependencies_parsed_at":"2023-02-20T16:46:03.189Z","dependency_job_id":null,"html_url":"https://github.com/kevinburke/travis","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Ftravis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Ftravis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Ftravis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinburke%2Ftravis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinburke","download_url":"https://codeload.github.com/kevinburke/travis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248695305,"owners_count":21146952,"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":["api-client","go","golang","travis","travis-ci"],"created_at":"2024-10-14T20:09:38.634Z","updated_at":"2025-04-13T09:53:18.298Z","avatar_url":"https://github.com/kevinburke.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# travis\n\nA command line binary (and library) for accessing the Travis CI API, with\nseveral nice features. Running `travis wait` at the command line will yield the\nfollowing step-by-step output:\n\n```\n$ travis wait\nWaiting for latest build on master to complete\nBuild 366972330 running (3m49s elapsed)\nBuild on master succeeded!\n\nStep                                         1.10.x  master\n=============================================================\ngit.checkout                                 330ms   590ms\nGIMME_OUTPUT=\"$(gimme 1.10 | tee -a $HOME/.… 3.9s    2m13s\ncache.1:Installing caching utilities         30ms    30ms\ncache.1:attempting to download cache archiv… 4.77s   5.56s\ncache.1:adding /home/travis/gopath/pkg to c… 2.22s   2.84s\nbefore_script                                17.84s  13.24s\nmake race-test                               5.54s   19.9s\ncache.2:nothing changed, not updating cache  1.32s   1.79s\n\nTests on master took 3m52s. Quitting.\n```\n\nYou don't need to configure anything besides your API token.\n\nFailed builds will display in your terminal in red. The output from failed\nbuilds will also print below the summary statistics.\n\n## Usage\n\n```\n$ travis -h\nThe travis binary interacts with Travis CI.\n\nUsage:\n\n\ttravis command [arguments]\n\nThe commands are:\n\n\tenable              Enable builds for this repository.\n\topen                Open the latest branch build in a browser.\n\tsync                Sync repos for the account.\n\tversion             Print the current version\n\twait                Wait for tests to finish on a branch.\n\nUse \"travis help [command]\" for more information about a command.\n```\n\nMore commands (rebuild, download-artifacts) may be added in the future.\n\nThe corresponding library is available at\n`github.com/kevinburke/travis/lib`. View the library documentation at\n[godoc.org](https://godoc.org/github.com/kevinburke/travis/lib).\n\n### Custom Host\n\nIf you need to set a custom domain for Travis-CI, put the new host in your git\nconfig:\n\n```\ngit config travis.host \"api.travis-ci.com\"\n```\n\nBe sure to use the API host (usually api.domain.com), not the web host.\n\n## Installation\n\nFind your target operating system (darwin, windows, linux) and desired bin\ndirectory, and modify the command below as appropriate:\n\n    curl --silent --location --output=/usr/local/bin/travis https://github.com/kevinburke/travis/releases/download/0.5/travis-linux-amd64 \u0026\u0026 chmod 755 /usr/local/bin/travis\n\nThe latest version is 0.5.\n\nIf you have a Go development environment, you can also install via source code:\n\n    go get -u github.com/kevinburke/travis\n\nThe corresponding library is available at\n`github.com/kevinburke/travis/lib`. View the library documentation at\n[godoc.org](https://godoc.org/github.com/kevinburke/travis/lib).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinburke%2Ftravis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinburke%2Ftravis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinburke%2Ftravis/lists"}