aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: e964878bf3ac10c8a39ea0805469b01bae6ef734 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
                    
             
               










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