From 2d6a5bc38cd071336395e1f507053243c5434d0b Mon Sep 17 00:00:00 2001 From: Fabian Greffrath Date: Mon, 28 Jan 2019 09:37:45 +0100 Subject: [PATCH] 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