travis: drop broken LLVM repos
authorDoug Goldstein <cardoe@cardoe.com>
Tue, 7 Jun 2016 16:08:52 +0000 (12:08 -0400)
committerWei Liu <wei.liu2@citrix.com>
Wed, 8 Jun 2016 15:20:42 +0000 (16:20 +0100)
LLVM repos are currently down so drop them from being installed so we
can get some testing back.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
.travis.yml

index d2e1bec0d99caa3c7d091558b2f118fb36c4395d..5bae60d87732e8f58dc27f9019fba2f7227140ae 100644 (file)
@@ -40,7 +40,6 @@ addons:
     apt:
         sources:
             - ubuntu-toolchain-r-test
-            - llvm-toolchain-precise
         packages:
             - zlib1g-dev
             - libncurses5-dev
@@ -70,7 +69,6 @@ addons:
             - gcc-aarch64-linux-gnu
             - gcc-5
             - g++-5
-            - clang-3.8
             - seabios
 # we must set CXX manually instead of using 'language: cpp' due to
 # travis-ci/travis-ci#3871