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

           
         
       


                                  

              
            
 
       
                                      


                                    



              
         

             
language: c
compiler:
  - clang
  - gcc

install:
  - ./travis.sh getplugins || true
  
before_script:
  - uname -a

script:
  - ./travis.sh build $CONFIGURE_FLAGS

env:
  - CONFIGURE_FLAGS="--enable-debug"
  
notifications:
  email: false
  
branches:
  except:
    - rathena