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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue