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