aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 35c8d6a71c48915e4ad071c70f056f3e6238d3c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
dist: ubuntu-precise
language: cpp
matrix:
  include:
    addons: 
      apt: 
        packages: 
          - clang-3.9
          - libclang-3.9-dev
          - libllvm3.9
          - libstdc++-6-dev
    env: COMPILER=clang++-3.9
    compiler: clang
script: make CXX=$COMPILER