{"id":18648624,"url":"https://github.com/buildpulse/buildpulse-travis-ci","last_synced_at":"2026-01-24T21:14:15.306Z","repository":{"id":125592318,"uuid":"277823298","full_name":"buildpulse/buildpulse-travis-ci","owner":"buildpulse","description":"Travis CI integration for connecting to BuildPulse for flaky test detection","archived":false,"fork":false,"pushed_at":"2024-03-08T14:50:36.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T12:28:53.663Z","etag":null,"topics":["flake-detection","travis-ci"],"latest_commit_sha":null,"homepage":"https://buildpulse.io","language":null,"has_issues":false,"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/buildpulse.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":"2020-07-07T13:24:51.000Z","updated_at":"2023-02-02T14:45:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"a4706a3b-f8f4-4b4b-9591-c224f8d8c05e","html_url":"https://github.com/buildpulse/buildpulse-travis-ci","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-travis-ci","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-travis-ci/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-travis-ci/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildpulse%2Fbuildpulse-travis-ci/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildpulse","download_url":"https://codeload.github.com/buildpulse/buildpulse-travis-ci/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239450741,"owners_count":19640785,"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":["flake-detection","travis-ci"],"created_at":"2024-11-07T06:32:55.296Z","updated_at":"2025-11-05T08:30:25.302Z","avatar_url":"https://github.com/buildpulse.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travis CI Integration for BuildPulse [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/buildpulse/buildpulse-travis-ci/main/LICENSE)\n\nConnect your [Travis CI](https://travis-ci.com) workflows to [BuildPulse][buildpulse.io] to help you find and [fix flaky tests](https://buildpulse.io/products/flaky-tests).\n\n## Usage\n\n1. Locate the BuildPulse credentials for your account at [buildpulse.io][]\n2. In your repository settings on [travis-ci.com](https://travis-ci.com) or [travis-ci.org](https://travis-ci.org), add two [environment variables](https://docs.travis-ci.com/user/environment-variables#defining-variables-in-repository-settings):\n    - One named `BUILDPULSE_ACCESS_KEY_ID` with the value set to the `BUILDPULSE_ACCESS_KEY_ID` for your account\n    - One named `BUILDPULSE_SECRET_ACCESS_KEY` with the value set to the `BUILDPULSE_SECRET_ACCESS_KEY` for your account\n3. Add the following `after_script` clause to your `.travis.yml`:\n\n    ```yaml\n    after_script:\n      # Upload test results to BuildPulse for flaky test detection\n      - curl -fsSL --retry 3 https://get.buildpulse.io/test-reporter-linux-amd64 \u003e ./buildpulse-test-reporter\n      - chmod +x ./buildpulse-test-reporter\n      - ./buildpulse-test-reporter submit \u003cpath\u003e --account-id \u003cbuildpulse-account-id\u003e --repository-id \u003cbuildpulse-repository-id\u003e\n    ```\n\n    If you already have an `after_script` clause in your `.travis.yml` file, append the steps above to your existing `after_script` clause.\n\n4. On the last line, replace `\u003cpath\u003e` with the actual path containing the XML reports for your test results\n5. Also on the last line, replace `\u003cbuildpulse-account-id\u003e` and `\u003cbuildpulse-repository-id\u003e` with your account ID and repository ID from [buildpulse.io][]\n\n[buildpulse.io]: https://buildpulse.io\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-travis-ci","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildpulse%2Fbuildpulse-travis-ci","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildpulse%2Fbuildpulse-travis-ci/lists"}