aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: b105084a56530c383931a72c6f251a1295e4d002 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language: erlang
otp_release:
  - R16B
  - R15B03
  - R15B02
  - R15B01
  - R15B
  - R14B04
  - R14B03
  - R14B02
script: "make rebuild"
branches:
  only:
    - master
notifications:
  email:
    - [email protected]
  irc: "irc.freenode.org#erlware"