Use Ubuntu Xenial image to build

This commit is contained in:
Arun Prakash Jana 2019-01-13 23:32:04 +05:30
parent 098c2acb27
commit c1668cb9dd
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 3 additions and 3 deletions

View File

@ -8,12 +8,12 @@ env:
matrix: matrix:
include: include:
# Access more recent gcc and clang via a Trusty image # Access more recent gcc and clang via a Xenial image
- os: linux - os: linux
dist: trusty dist: xenial
compiler: gcc compiler: gcc
- os: linux - os: linux
dist: trusty dist: xenial
compiler: clang compiler: clang
- os: osx - os: osx
compiler: gcc compiler: gcc