diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index f7cb85942d9..9e45eca8d64 100644 --- a/.travis.yml +++ b/.travis.yml @@ -137,6 +137,8 @@ matrix: apt: sources: - llvm-toolchain-trusty-6.0 + # llvm-6 depends on gcc-4.9 which is not in main repo + - ubuntu-toolchain-r-test packages: # LLVM packaging is broken and misses these dependencies - libedit-dev @@ -378,6 +380,8 @@ matrix: apt: sources: - llvm-toolchain-trusty-6.0 + # llvm-6 depends on gcc-4.9 which is not in main repo + - ubuntu-toolchain-r-test packages: # LLVM packaging is broken and misses these dependencies - libedit-dev |