mirror of
https://github.com/correl/rebar.git
synced 2024-11-27 19:19:53 +00:00
9 lines
156 B
YAML
9 lines
156 B
YAML
language: erlang
|
|
notifications:
|
|
email: eng@basho.com
|
|
otp_release:
|
|
- R15B01
|
|
- R15B
|
|
- R14B04
|
|
- R14B03
|
|
script: "make debug xref clean all deps test"
|