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