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