Skip to content

Commit 309648e

Browse files
committed
rebar.config.script: init
1 parent 2d16ef4 commit 309648e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

rebar.config.script

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
case os:getenv("TRAVIS") of
2+
"true" ->
3+
JobId = os:getenv("TRAVIS_JOB_ID"),
4+
lists:keystore(coveralls_service_job_id, 1, CONFIG,
5+
{coveralls_service_job_id, JobId});
6+
_ -> CONFIG
7+
end.

0 commit comments

Comments
 (0)