{"id":18362348,"url":"https://github.com/srenatus/rebar3_travis_plugin","last_synced_at":"2025-04-10T05:56:44.011Z","repository":{"id":152434117,"uuid":"81798434","full_name":"srenatus/rebar3_travis_plugin","owner":"srenatus","description":"trying to get travis fold marks from rebar3 (work in progress)","archived":false,"fork":false,"pushed_at":"2017-02-13T07:58:25.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T19:26:17.496Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Erlang","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/srenatus.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-02-13T07:44:49.000Z","updated_at":"2017-02-13T15:06:46.000Z","dependencies_parsed_at":"2024-04-22T05:12:21.160Z","dependency_job_id":null,"html_url":"https://github.com/srenatus/rebar3_travis_plugin","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/srenatus%2Frebar3_travis_plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srenatus%2Frebar3_travis_plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srenatus%2Frebar3_travis_plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srenatus%2Frebar3_travis_plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srenatus","download_url":"https://codeload.github.com/srenatus/rebar3_travis_plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248166937,"owners_count":21058480,"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":[],"created_at":"2024-11-05T22:40:31.833Z","updated_at":"2025-04-10T05:56:43.993Z","avatar_url":"https://github.com/srenatus.png","language":"Erlang","funding_links":[],"categories":[],"sub_categories":[],"readme":"rebar3_travis_plugin\n====================\n\nA rebar plugin mimicking `rebar3 do task1, task2`, adding [Travis CI](https://travis-ci.org) log fold marks.\n\nKnown Limitations\n-----------------\n\n- This is meant as a replacement for do, so you'd use `rebar3 travis clean, compile, eunit`, *NOT* `rebar3 travis do clean, compile, eunit` (the latter will only give you one fold, for `do`).\n- Dependency tasks covered by rebar3 itself are not folded: if you run `rebar3 travis eunit`, and this does a `compile` first, you won't get folds.\n- Duplicate tasks don't create unique folds: `rebar3 travis clean, clean, clean` will give you three identical fold marks.\n\nBuild\n-----\n\n    $ rebar3 compile\n\nUse\n---\n\nAdd the plugin to your rebar config:\n\n    {plugins, [\n        { rebar3_travis_plugin, {git, \"https://github.com/srenatus/rebar3_travis_plugin.git\", {branch, \"master\"}}}\n    ]}.\n\nThen just replace calls to `rebar3 do` with `rebar3 travis`, for example:\n\n    $ env TRAVIS=1 rebar3 travis clean, compile, eunit\n\nNote that jobs executed on Travis always have this environment variable set.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrenatus%2Frebar3_travis_plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrenatus%2Frebar3_travis_plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrenatus%2Frebar3_travis_plugin/lists"}