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 fast_finish: true
include: include:
- os: linux - os: linux
dist: trusty dist: xenial
group: stable group: stable
env: BUILDTYPE=Debug env: BUILDTYPE=Debug
if: tag IS NOT present if: tag IS NOT present
- os: linux - os: linux
dist: trusty dist: xenial
group: stable group: stable
env: BUILDTYPE=Release env: BUILDTYPE=Release
if: (branch = master AND NOT type = pull_request) OR tag IS present if: (branch = master AND NOT type = pull_request) OR tag IS present