{"id":18410429,"url":"https://github.com/akyoto/gotravis","last_synced_at":"2026-05-14T21:37:40.179Z","repository":{"id":138632371,"uuid":"135703750","full_name":"akyoto/gotravis","owner":"akyoto","description":"Scripts for testing Go projects on Travis.","archived":false,"fork":false,"pushed_at":"2019-04-28T07:28:02.000Z","size":12,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-05T22:54:09.342Z","etag":null,"topics":["go","testing","travis"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/akyoto.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-06-01T10:22:51.000Z","updated_at":"2021-01-04T16:00:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"6e5ac5fb-5fc3-43bd-a64d-71578a666f7a","html_url":"https://github.com/akyoto/gotravis","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/akyoto/gotravis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fgotravis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fgotravis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fgotravis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fgotravis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/akyoto","download_url":"https://codeload.github.com/akyoto/gotravis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/akyoto%2Fgotravis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33044458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["go","testing","travis"],"created_at":"2024-11-06T03:32:03.039Z","updated_at":"2026-05-14T21:37:40.163Z","avatar_url":"https://github.com/akyoto.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gotravis\n\nScripts for testing Go projects on Travis.\n\n## Usage\n\nIn your `.travis.yml`:\n\n```yml\nlanguage: go\n\ngo:\n  - 1.12.x\n  - master\n\ninstall: true\n\nmatrix:\n  allow_failures:\n    - go: master\n  fast_finish: true\n\nnotifications:\n  email: false\n\nbefore_script:\n  - bash \u003c(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/before-script.sh)\n\nscript:\n  - bash \u003c(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/script.sh)\n\nafter_success:\n  - bash \u003c(curl -s https://raw.githubusercontent.com/blitzprog/gotravis/master/after-success.sh)\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakyoto%2Fgotravis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakyoto%2Fgotravis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakyoto%2Fgotravis/lists"}