mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Use Ubuntu Xenial image to build
This commit is contained in:
parent
098c2acb27
commit
c1668cb9dd
|
@ -8,12 +8,12 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
# Access more recent gcc and clang via a Trusty image
|
||||
# Access more recent gcc and clang via a Xenial image
|
||||
- os: linux
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
compiler: gcc
|
||||
- os: linux
|
||||
dist: trusty
|
||||
dist: xenial
|
||||
compiler: clang
|
||||
- os: osx
|
||||
compiler: gcc
|
||||
|
|
Loading…
Reference in a new issue