[Mesa-dev] [PATCH 2/4] travis: Update to the Ubuntu Trusty image.
Eric Anholt
eric at anholt.net
Thu Aug 18 22:28:54 UTC 2016
This will hopefully fix wget from x.org (no real reason explained in
Travis CI bug reports), and may also mean that we can enable LLVM driver
builds.
---
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 843a9bcdc2ee..6a22e9595fe0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,7 @@
language: c
-sudo: false
+sudo: true
+dist: trusty
cache:
directories:
--
2.8.1
More information about the mesa-dev
mailing list