aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 38322355844b08c709039e778c9c56dfb207b3c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
language: erlang
otp_release:
  - R15B02
  - R15B01
  - R15B
  - R14B04
  - R14B03
  - R14B02
script: "make rebuild"
branches:
  only:
    - master
    - next