summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: f5e3d99f8f3f7a5347e6c439cd89de5a0815071b (plain)
1
2
3
4
5
6
7
language: erlang
otp_release:
  - R15B01
  - R15B
  - R14B04
  - R14B03
script: "make debug xref clean all deps test"