travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not apt addon
authorRhys Kidd <rhyskidd@gmail.com>
Sun, 2 Apr 2017 20:48:39 +0000 (16:48 -0400)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 3 Apr 2017 18:43:12 +0000 (19:43 +0100)
commit1572d11d897214e5e4421b8b78b5ecb42d31a6d0
tree6a4a7e56b5478d45fdd29f8776279ad308fcdb79
parenta6a38a038bd62e6d9558905f00bef81b5e7e6fcc
travis: Support LLVM 3.8+ on Trusty-based Travis-CI via apt-get not apt addon

Per comments by Travis-CI, the apt addon is only really needed for the
container-based Precise builds, as they don't yet support Trusty on that platform.

Mesa currently uses Trusty fully-virtualized environment (due to sudo: required).

See further:
https://docs.travis-ci.com/user/trusty-ci-environment/#Fully-virtualized-via-sudo%3A-required
https://github.com/travis-ci/apt-source-whitelist/pull/205#issuecomment-216054237

Signed-off-by: Rhys Kidd <rhyskidd@gmail.com>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
.travis.yml