switch to xenial (#3320)
This commit is contained in:
parent
3ae363cf4b
commit
d0d662f73a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue