summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: fc9c771ea9b2f6fc0df4e0087863d832cec0b8c1 (plain)
1
2
3
4
5
6
7
8
9
10
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"