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