Tentative fix of Travis CI

This commit is contained in:
Christophe Riccio 2018-01-09 19:46:05 +01:00
parent 18e413940a
commit d9710786e5

View File

@ -30,9 +30,17 @@ matrix:
- llvm-toolchain-precise-3.6 - llvm-toolchain-precise-3.6
packages: packages:
- clang-3.6 - clang-3.6
env: COMPILER=clang++-3.6 env:
compiler: - MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
- clang - compiler: clang
addons:
apt:
sources:
- llvm-toolchain-trusty-5.0
packages:
- clang-5.0
env:
- MATRIX_EVAL="CC=clang-5.0 && CXX=clang++-5.0"
before_script: before_script: