Revert to llvm-toolchain-precise-* due to Travis white-list issue
This commit is contained in:
parent
a4a88b1b7d
commit
2de94365de
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ matrix:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.6']
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.6']
|
||||||
packages: ['clang-3.6', 'valgrind']
|
packages: ['clang-3.6', 'valgrind']
|
||||||
env: COMPILER=clang++-3.6
|
env: COMPILER=clang++-3.6
|
||||||
|
|
||||||
|
@ -42,7 +42,7 @@ matrix:
|
||||||
compiler: clang
|
compiler: clang
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-trusty-3.7']
|
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.7']
|
||||||
packages: ['clang-3.7', 'valgrind']
|
packages: ['clang-3.7', 'valgrind']
|
||||||
env: COMPILER=clang++-3.7
|
env: COMPILER=clang++-3.7
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue