aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: ce1ef9b48a031a17f9724d8d5d3a1448a0cd2920 (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
25
language: erlang
sudo: required
otp_release:
  - 19.1
  - 18.3
  - 17.0
  - R16B03-1
  - R15B03
before_script:
  - wget https://s3.amazonaws.com/rebar3/rebar3
  - chmod +x rebar3
script: "./rebar3 update && ./rebar3 ct"
branches:
  only:
    - master
addons:
    hostname: travis.dev 
notifications:
  email:
    - [email protected]
  irc:
    channels:
      - "irc.freenode.org#erlware"
    use_notice: true
    skip_join: true