Commit 2fd6a32c9fadd8c96a2623d39b6390586f16b2c8
1 parent
8b7b6193
trying something on Travis
Showing
1 changed file
with
2 additions
and
2 deletions
.travis.yml
| ... | ... | @@ -23,7 +23,7 @@ matrix: |
| 23 | 23 | packages: |
| 24 | 24 | - g++-4.8 |
| 25 | 25 | env: COMPILER=g++-4.8 |
| 26 | - - compiler: clang | |
| 26 | + - compiler: clang-3.6 | |
| 27 | 27 | addons: |
| 28 | 28 | apt: |
| 29 | 29 | sources: |
| ... | ... | @@ -31,7 +31,7 @@ matrix: |
| 31 | 31 | - llvm-toolchain-precise-3.6 |
| 32 | 32 | packages: |
| 33 | 33 | - clang-3.6 |
| 34 | - env: COMPILER=g++-5 | |
| 34 | + env: COMPILER=clang-3.6 | |
| 35 | 35 | |
| 36 | 36 | install: |
| 37 | 37 | - DEPS_DIR="${TRAVIS_BUILD_DIR}/deps" | ... | ... |