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

            
                   



                       


                              
                          
dist: ubuntu-precise
language: cpp
matrix:
  include:  
    compiler: clang
      addons:
        apt:
          packages:
            - clang-3.9
            - libclang-3.9-dev
            - libllvm3.9
            - libstdc++-6-dev
script: make CXX=clang++3.9