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

                
        
        

            

          

          


          
                                        


            


                      



                                  
                   
language: erlang
otp_release:
  - 17.1
  - 17.0
  - R16B03-1
  - R16B03
  - R16B02
  - R16B01
  - R16B
  - R15B03
  - R15B02
  - R15B01
  - R15B
script: "make get-rebar && make rebuild"
branches:
  only:
    - master
notifications:
  email:
    - [email protected]
  irc:
    channels:
      - "irc.freenode.org#erlware"
    use_notice: true
    skip_join: true