From 80a872f3f0e307572108bb9a3181a4ddbd9f7956 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Thu, 18 Aug 2016 13:12:18 -0700 Subject: travis: Update to the Ubuntu Trusty image. 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. Reviewed-by: Emil Velikov Reviewed-by: Rhys Kidd --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 843a9bc..6a22e95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: c -sudo: false +sudo: true +dist: trusty cache: directories: -- cgit v1.1