rebar/.travis.yml

11 lines
254 B
YAML
Raw Normal View History

2012-06-27 16:18:23 +00:00
language: erlang
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=a0e66154af272adba328195454cfdc10ff5f33f5
2012-06-27 16:18:23 +00:00
email: eng@basho.com
otp_release:
- R15B01
- R15B
- R14B04
2012-06-28 06:08:18 +00:00
- R14B03
script: "make debug xref clean all deps test"