aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 78345cab66f16851d2c69a32beb5c9c5e63544c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
dist: ubuntu-precise
language: cpp
compiler: clang
addons:
  apt:
    packages:
      - libclang-3.9-dev
      - libllvm3.9
      - libstdc++-6-dev
before_script:
  - travis_wait 10 ./extra-tools/CITPreBuildDep.sh
script: make