Travis: Bump Ubuntu version to Xenial

- Update Ubuntu version to Xenial as Trusty is EOL as of April
- Drop GCC 4.9 build
This commit is contained in:
Kojin 2019-07-13 03:09:41 -04:00 committed by lightningterror
parent f409079864
commit dbfe21c444
1 changed files with 2 additions and 3 deletions

View File

@ -4,6 +4,8 @@ sudo: required
cache: ccache
dist: xenial
matrix:
include:
- env: VERSION=8 BITS=64
@ -15,9 +17,6 @@ matrix:
- env: VERSION=7 BITS=32
compiler: gcc
os: linux
- env: VERSION=4.9 BITS=32
compiler: gcc
os: linux
- env: VERSION=3.8 BITS=32
compiler: clang
os: linux