aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: c8346e0f96dbf2e1317c2544c328481d17efade8 (plain) (tree)
1
2
3
4
5
6
7
8

                

        
        
            
          
                                        


            


                      



                                  
                   
language: erlang
otp_release:
  - 19.0
  - 18.3
  - 17.0
  - R16B03-1
  - R15B03
script: "./rebar3 update && ./rebar3 ct"
branches:
  only:
    - master
notifications:
  email:
    - [email protected]
  irc:
    channels:
      - "irc.freenode.org#erlware"
    use_notice: true
    skip_join: true