Commit 2de94365 authored by Trevor Welsby's avatar Trevor Welsby

Revert to llvm-toolchain-precise-* due to Travis white-list issue

parent a4a88b1b
...@@ -34,7 +34,7 @@ matrix: ...@@ -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: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment