aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 9f9d89b64b15e3fed9fb675223eb5920e104cb21 (plain) (blame)
1
2
3
4
5
6
7
8
language: erlang
otp_release:
  - R14B04
  - R14B03
  - R14B02
  - R14B01
  - R14B
script: "make tests"