switch to xenial (#3320)

This commit is contained in:
tooomm 2018-07-11 14:52:19 +02:00 committed by ctrlaltca
parent 3ae363cf4b
commit d0d662f73a

View file

@ -9,12 +9,12 @@ matrix:
fast_finish: true
include:
- os: linux
dist: trusty
dist: xenial
group: stable
env: BUILDTYPE=Debug
if: tag IS NOT present
- os: linux
dist: trusty
dist: xenial
group: stable
env: BUILDTYPE=Release
if: (branch = master AND NOT type = pull_request) OR tag IS present