aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: abe72a92d37e093978c909817cdc504305848d73 (plain) (tree)
1
2
3
4
5
6
                    
             

          

                   






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