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>
apt:
sources:
- ubuntu-toolchain-r-test
- - llvm-toolchain-precise
packages:
- zlib1g-dev
- libncurses5-dev
- 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