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