aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: d3490b20832dfaacc8616ddd088a5d3efcf44b5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
dist: 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