rebar/.travis.yml
2012-07-02 10:01:17 -04:00

10 lines
254 B
YAML

language: erlang
notifications:
webhooks: http://basho-engbot.herokuapp.com/travis?key=a0e66154af272adba328195454cfdc10ff5f33f5
email: eng@basho.com
otp_release:
- R15B01
- R15B
- R14B04
- R14B03
script: "make debug xref clean all deps test"