Tentative fix of TravisCI

This commit is contained in:
Christophe Riccio 2018-01-09 22:33:39 +01:00
parent 7b5756d673
commit be53cebcd3

View File

@ -30,12 +30,11 @@ matrix:
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- llvm-toolchain-precise-3.6
- llvm-toolchain-trusty-3.9
packages:
- clang-3.6
- clang-3.9
env:
- MATRIX_EVAL="CC=clang-3.6 && CXX=clang++-3.6"
- MATRIX_EVAL="CC=clang-3.9 && CXX=clang++-3.9"
- os: linux
addons: