travis: upgrade build environment to Ubuntu Xenial

This commit is contained in:
Fabian Greffrath 2019-01-28 09:37:45 +01:00
parent 59f737ad1b
commit 2d6a5bc38c

View file

@ -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