From: Doug Goldstein Date: Tue, 7 Jun 2016 16:08:52 +0000 (-0400) Subject: travis: drop broken LLVM repos X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1003 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b712a7bf287c79d8566efd19462da82ebaf499cd;p=xen.git travis: drop broken LLVM repos LLVM repos are currently down so drop them from being installed so we can get some testing back. Signed-off-by: Doug Goldstein Acked-by: Wei Liu --- diff --git a/.travis.yml b/.travis.yml index d2e1bec0d9..5bae60d877 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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