commit 2d6a5bc38cd071336395e1f507053243c5434d0b
Author: Fabian Greffrath <fabian@greffrath.com>
AuthorDate: Mon Jan 28 09:37:45 2019 +0100
Commit: Fabian Greffrath <fabian@greffrath.com>
CommitDate: Mon Jan 28 09:37:45 2019 +0100
travis: upgrade build environment to Ubuntu Xenial
---
.travis.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 10a27331..f7082c7b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,8 @@ language: c
compiler: gcc
-# Travis uses Ubuntu 12.04 (Precise) for builds by default, which is too
-# old and missing the SDL2 packages, so use Trusty instead.
sudo: required
-dist: trusty
+dist: xenial
env:
- ANALYZE=false