summaryrefslogblamecommitdiff
path: root/.travis.yml
blob: 2c09eeca6c40aa259335c446c464dd03e5fd0f62 (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 sql -j3
  - make clean
  - ./configure --disable-renewal --enable-debug && make sql -j3
  
notifications:
  email: false
  
branches:
  only:
    - master