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

              
 
        

                                                            


              
         
            
language: c
compiler:
  - clang
  - gcc
  
before_script:
  - uname -a  

script: 
  - ./configure --enable-debug && make -j3
  - make clean
  - ./configure --disable-renewal --enable-debug && make -j3
  
notifications:
  email: false
  
branches:
  only:
    - master